summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/IntPoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/IntPoint.h')
-rw-r--r--WebCore/platform/graphics/IntPoint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/platform/graphics/IntPoint.h b/WebCore/platform/graphics/IntPoint.h
index 779bf34..a05b1f0 100644
--- a/WebCore/platform/graphics/IntPoint.h
+++ b/WebCore/platform/graphics/IntPoint.h
@@ -59,7 +59,7 @@ class TPoint;
class wxPoint;
#endif
-#if PLATFORM(SKIA_SGL)
+#if (PLATFORM(SKIA) || PLATFORM(SGL))
struct SkPoint;
struct SkIPoint;
#endif
@@ -128,7 +128,7 @@ public:
operator wxPoint() const;
#endif
-#if PLATFORM(SKIA_SGL)
+#if (PLATFORM(SKIA) || PLATFORM(SGL))
IntPoint(const SkIPoint&);
operator SkIPoint() const;
operator SkPoint() const;