⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 175978 in webkit


Ignore:
Timestamp:
Nov 11, 2014, 2:42:23 PM (12 years ago)
Author:
mmaxfield@apple.com
Message:

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

Reviewed by Simon Fraser.

  • platform/spi/cocoa/CoreTextSPI.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r175976 r175978  
     12014-11-11  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Mountain Lion build fix
     4        https://bugs.webkit.org/show_bug.cgi?id=138631
     5
     6        Reviewed by Simon Fraser.
     7
     8        * platform/spi/cocoa/CoreTextSPI.h:
     9
    1102014-11-11  Eric Carlson  <eric.carlson@apple.com>
    211
  • trunk/Source/WebCore/platform/spi/cocoa/CoreTextSPI.h

    r175975 r175978  
    4747};
    4848#endif
    49 bool CTFontGetVerticalGlyphsForCharacters(CTFontRef, const UniChar characters[], CGGlyph glyphs[], CFIndex count);
     49bool CTFontTransformGlyphs(CTFontRef, CGGlyph glyphs[], CGSize advances[], CFIndex count, CTFontTransformOptions);
    5050#endif
    5151
     
    5353CTLineRef CTLineCreateWithUniCharProvider(CTUniCharProviderCallback provide, CTUniCharDisposeCallback dispose, void* refCon);
    5454CTTypesetterRef CTTypesetterCreateWithUniCharProviderAndOptions(CTUniCharProviderCallback provide, CTUniCharDisposeCallback dispose, void* refCon, CFDictionaryRef options);
    55 bool CTFontTransformGlyphs(CTFontRef, CGGlyph glyphs[], CGSize advances[], CFIndex count, CTFontTransformOptions);
     55bool CTFontGetVerticalGlyphsForCharacters(CTFontRef, const UniChar characters[], CGGlyph glyphs[], CFIndex count);
    5656
    5757}
Note: See TracChangeset for help on using the changeset viewer.