| Index: Source/platform/mac/WebCoreNSCellExtras.h
|
| diff --git a/Source/platform/mac/WebCoreNSCellExtras.h b/Source/platform/mac/WebCoreNSCellExtras.h
|
| index 54e9c9a24b95aa5bfd99295ff6c59cad13835715..6d838f467bf4916c43b23d88929b0e55ec5ea0e5 100644
|
| --- a/Source/platform/mac/WebCoreNSCellExtras.h
|
| +++ b/Source/platform/mac/WebCoreNSCellExtras.h
|
| @@ -26,12 +26,6 @@
|
| #import <AppKit/AppKit.h>
|
| #include "platform/PlatformExport.h"
|
|
|
| -#define BUTTON_CELL_DRAW_WITH_FRAME_DRAWS_FOCUS_RING (!defined(MAC_OS_X_VERSION_10_7) || MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_7)
|
| -
|
| -#if !BUTTON_CELL_DRAW_WITH_FRAME_DRAWS_FOCUS_RING
|
| -
|
| @interface NSCell (WebCoreFocusRingDrawing)
|
| - (void)_web_drawFocusRingWithFrame:(NSRect)cellFrame inView:(NSView *)controlView;
|
| @end
|
| -
|
| -#endif
|
|
|