Index: Source/core/platform/graphics/GraphicsContext.h |
diff --git a/Source/core/platform/graphics/GraphicsContext.h b/Source/core/platform/graphics/GraphicsContext.h |
index cc1978441351b563bbe9ed4bc6dbf876741fab20..eb03c4e66c7f1e1df89e9db668497fe5f8df88e2 100644 |
--- a/Source/core/platform/graphics/GraphicsContext.h |
+++ b/Source/core/platform/graphics/GraphicsContext.h |
@@ -366,7 +366,7 @@ private: |
static void setPathFromConvexPoints(SkPath*, size_t, const FloatPoint*); |
static void setRadii(SkVector*, IntSize, IntSize, IntSize, IntSize); |
-#if OS(DARWIN) |
+#if OS(MACOSX) |
static inline int getFocusRingOutset(int offset) { return offset + 2; } |
#else |
static inline int getFocusRingOutset(int offset) { return 0; } |