summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/FloatPoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/FloatPoint.h')
-rw-r--r--Source/WebCore/platform/graphics/FloatPoint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/platform/graphics/FloatPoint.h b/Source/WebCore/platform/graphics/FloatPoint.h
index 73a1bac..c4b2943 100644
--- a/Source/WebCore/platform/graphics/FloatPoint.h
+++ b/Source/WebCore/platform/graphics/FloatPoint.h
@@ -54,7 +54,7 @@ QT_END_NAMESPACE
class BPoint;
#endif
-#if PLATFORM(SKIA)
+#if USE(SKIA)
struct SkPoint;
#endif
@@ -130,7 +130,7 @@ public:
operator BPoint() const;
#endif
-#if PLATFORM(SKIA)
+#if USE(SKIA)
operator SkPoint() const;
FloatPoint(const SkPoint&);
#endif