Chromium Code Reviews| Index: Source/platform/mac/WebCoreNSCellExtras.h |
| diff --git a/Source/platform/mac/WebCoreNSCellExtras.h b/Source/platform/mac/WebCoreNSCellExtras.h |
| index 86238265bc923d783bd89aa4b084941380f0c7eb..6deb63eea0fbc8da38480bd7334a1e59281b9fdf 100644 |
| --- a/Source/platform/mac/WebCoreNSCellExtras.h |
| +++ b/Source/platform/mac/WebCoreNSCellExtras.h |
| @@ -26,13 +26,7 @@ |
| #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_MAX_ALLOWED < MAC_OS_X_VERSION_10_7) |
| - |
| -#if !BUTTON_CELL_DRAW_WITH_FRAME_DRAWS_FOCUS_RING |
| - |
| // FIXME: Might want to use this on Mac once we only support OS X 10.8+ |
|
Robert Sesek
2014/07/21 21:14:38
I think you've done this.
|
| @interface NSCell (WebCoreFocusRingDrawing) |
| - (void)_web_drawFocusRingWithFrame:(NSRect)cellFrame inView:(NSView *)controlView; |
| @end |
| - |
| -#endif |