| 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);
|
|
|