Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1083)

Unified Diff: Source/core/platform/mac/WebCoreSystemInterface.h

Issue 14865002: Draw the caps lock indicator manually, rather than using WKDrawCapsLockIndicator. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/rendering/RenderThemeChromiumMac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | Source/core/rendering/RenderThemeChromiumMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698