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

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

Issue 14413014: Remove -webkit-appearance:default-button. This was only used in Safari. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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 | « Source/core/platform/mac/ThemeMac.mm ('k') | Source/core/rendering/RenderButton.h » ('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 f3a3ac7e739e3b4f398fae0d507749b99834aebb..e107afd5cfac8ac7b6fd453e3952c6ac453dd41b 100644
--- a/Source/core/platform/mac/WebCoreSystemInterface.h
+++ b/Source/core/platform/mac/WebCoreSystemInterface.h
@@ -50,13 +50,11 @@ typedef struct _NSPoint NSPoint;
typedef struct _NSRect NSRect;
#endif
-OBJC_CLASS NSButtonCell;
OBJC_CLASS NSFont;
OBJC_CLASS NSString;
extern "C" {
-extern void WKAdvanceDefaultButtonPulseAnimation(NSButtonCell*);
extern void WKDrawBezeledTextFieldCell(NSRect, BOOL enabled);
extern void WKDrawCapsLockIndicator(CGContextRef, CGRect);
extern void WKDrawBezeledTextArea(NSRect, BOOL enabled);
« no previous file with comments | « Source/core/platform/mac/ThemeMac.mm ('k') | Source/core/rendering/RenderButton.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698