| Index: sky/engine/platform/graphics/GraphicsContext.h
|
| diff --git a/sky/engine/platform/graphics/GraphicsContext.h b/sky/engine/platform/graphics/GraphicsContext.h
|
| index 77fcc18bc6afcf97f84d02ad15ad9cb34b635c23..44a8ab575c5afb3643dd237b9eaf726d2eadcd5d 100644
|
| --- a/sky/engine/platform/graphics/GraphicsContext.h
|
| +++ b/sky/engine/platform/graphics/GraphicsContext.h
|
| @@ -424,10 +424,6 @@ private:
|
|
|
| static PassRefPtr<SkColorFilter> WebCoreColorFilterToSkiaColorFilter(ColorFilter);
|
|
|
| -#if OS(MACOSX)
|
| - static inline int focusRingOutset(int offset) { return offset + 2; }
|
| - static inline int focusRingWidth(int width) { return width; }
|
| -#else
|
| static inline int focusRingOutset(int offset) { return 0; }
|
| static inline int focusRingWidth(int width) { return 1; }
|
| static SkPMColor lineColors(int);
|
| @@ -435,7 +431,6 @@ private:
|
| static SkPMColor antiColors2(int);
|
| static void draw1xMarker(SkBitmap*, int);
|
| static void draw2xMarker(SkBitmap*, int);
|
| -#endif
|
|
|
| // Helpers for drawing a focus ring (drawFocusRing)
|
| float prepareFocusRingPaint(SkPaint&, const Color&, int width) const;
|
|
|