Title: [175978] trunk/Source/WebCore
Revision
175978
Author
[email protected]
Date
2014-11-11 14:42:23 -0800 (Tue, 11 Nov 2014)

Log Message

Mountain Lion build fix
https://bugs.webkit.org/show_bug.cgi?id=138631

Reviewed by Simon Fraser.

* platform/spi/cocoa/CoreTextSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (175977 => 175978)


--- trunk/Source/WebCore/ChangeLog	2014-11-11 22:20:31 UTC (rev 175977)
+++ trunk/Source/WebCore/ChangeLog	2014-11-11 22:42:23 UTC (rev 175978)
@@ -1,3 +1,12 @@
+2014-11-11  Myles C. Maxfield  <[email protected]>
+
+        Mountain Lion build fix
+        https://bugs.webkit.org/show_bug.cgi?id=138631
+
+        Reviewed by Simon Fraser.
+
+        * platform/spi/cocoa/CoreTextSPI.h:
+
 2014-11-11  Eric Carlson  <[email protected]>
 
         [iOS] cleanup wireless route monitoring

Modified: trunk/Source/WebCore/platform/spi/cocoa/CoreTextSPI.h (175977 => 175978)


--- trunk/Source/WebCore/platform/spi/cocoa/CoreTextSPI.h	2014-11-11 22:20:31 UTC (rev 175977)
+++ trunk/Source/WebCore/platform/spi/cocoa/CoreTextSPI.h	2014-11-11 22:42:23 UTC (rev 175978)
@@ -46,13 +46,13 @@
     kCTFontTransformApplyPositioning = (1 << 1)
 };
 #endif
-bool CTFontGetVerticalGlyphsForCharacters(CTFontRef, const UniChar characters[], CGGlyph glyphs[], CFIndex count);
+bool CTFontTransformGlyphs(CTFontRef, CGGlyph glyphs[], CGSize advances[], CFIndex count, CTFontTransformOptions);
 #endif
 
 CGSize CTRunGetInitialAdvance(CTRunRef run);
 CTLineRef CTLineCreateWithUniCharProvider(CTUniCharProviderCallback provide, CTUniCharDisposeCallback dispose, void* refCon);
 CTTypesetterRef CTTypesetterCreateWithUniCharProviderAndOptions(CTUniCharProviderCallback provide, CTUniCharDisposeCallback dispose, void* refCon, CFDictionaryRef options);
-bool CTFontTransformGlyphs(CTFontRef, CGGlyph glyphs[], CGSize advances[], CFIndex count, CTFontTransformOptions);
+bool CTFontGetVerticalGlyphsForCharacters(CTFontRef, const UniChar characters[], CGGlyph glyphs[], CFIndex count);
 
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to