Title: [167683] trunk/Source/WebCore
Revision
167683
Author
mmaxfi...@apple.com
Date
2014-04-22 14:07:11 -0700 (Tue, 22 Apr 2014)

Log Message

[OS X] Glyph spacing for system fonts may be incorrect
https://bugs.webkit.org/show_bug.cgi?id=131967

Unreviewed iOS build fix after r167679.

* platform/graphics/mac/SimpleFontDataMac.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (167682 => 167683)


--- trunk/Source/WebCore/ChangeLog	2014-04-22 20:51:14 UTC (rev 167682)
+++ trunk/Source/WebCore/ChangeLog	2014-04-22 21:07:11 UTC (rev 167683)
@@ -3,6 +3,15 @@
         [OS X] Glyph spacing for system fonts may be incorrect
         https://bugs.webkit.org/show_bug.cgi?id=131967
 
+        Unreviewed iOS build fix after r167679.
+
+        * platform/graphics/mac/SimpleFontDataMac.mm:
+
+2014-04-22  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        [OS X] Glyph spacing for system fonts may be incorrect
+        https://bugs.webkit.org/show_bug.cgi?id=131967
+
         Unreviewed build fix after r167679.
 
         * platform/graphics/mac/SimpleFontDataMac.mm:

Modified: trunk/Source/WebCore/platform/graphics/mac/SimpleFontDataMac.mm (167682 => 167683)


--- trunk/Source/WebCore/platform/graphics/mac/SimpleFontDataMac.mm	2014-04-22 20:51:14 UTC (rev 167682)
+++ trunk/Source/WebCore/platform/graphics/mac/SimpleFontDataMac.mm	2014-04-22 21:07:11 UTC (rev 167683)
@@ -365,6 +365,7 @@
     return boundingBox;
 }
 
+#if !PLATFORM(IOS)
 static bool hasCustomTracking(CTFontRef font)
 {
 #if __MAC_OS_X_VERSION_MIN_REQUIRED < 1090
@@ -376,7 +377,6 @@
 #endif
 }
 
-#if !PLATFORM(IOS)
 float SimpleFontData::platformWidthForGlyph(Glyph glyph) const
 {
     CGSize advance = CGSizeZero;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to