| Index: Source/core/platform/mac/WebCoreSystemInterface.h
|
| diff --git a/Source/core/platform/mac/WebCoreSystemInterface.h b/Source/core/platform/mac/WebCoreSystemInterface.h
|
| index 61b276b4a7f534721ce99d9e0b3a9b4127491f95..635e39cd41a74cdeeafde3e38c2c81d8979e03d3 100644
|
| --- a/Source/core/platform/mac/WebCoreSystemInterface.h
|
| +++ b/Source/core/platform/mac/WebCoreSystemInterface.h
|
| @@ -30,9 +30,7 @@
|
|
|
| typedef const struct __CFDictionary * CFDictionaryRef;
|
| typedef struct CGSize CGSize;
|
| -typedef struct CGRect CGRect;
|
| typedef struct CGAffineTransform CGAffineTransform;
|
| -typedef struct CGContext *CGContextRef;
|
| typedef struct CGFont *CGFontRef;
|
| typedef unsigned short CGGlyph;
|
|
|
| @@ -47,7 +45,6 @@ OBJC_CLASS NSString;
|
|
|
| extern "C" {
|
|
|
| -extern void WKDrawCapsLockIndicator(CGContextRef, CGRect);
|
| extern NSFont* WKGetFontInLanguageForRange(NSFont*, NSString*, NSRange);
|
| extern NSFont* WKGetFontInLanguageForCharacter(NSFont*, UniChar);
|
| extern BOOL WKGetGlyphTransformedAdvances(CGFontRef, NSFont*, CGAffineTransform*, ATSGlyphRef*, CGSize* advance);
|
|
|