summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/IntPoint.h
diff options
context:
space:
mode:
authorMike Reed <reed@google.com>2009-05-01 08:09:04 -0400
committerMike Reed <reed@google.com>2009-05-01 08:09:04 -0400
commitc64fa445a56dea5cd7e00358b334ee2471e595dc (patch)
treeaec2215411ddb14ef57d9ae66cece4836a6d658a /WebCore/platform/graphics/IntPoint.h
parentffdfe220d2fa9a605c4f5ea060ceb90b80c919f0 (diff)
downloadexternal_webkit-c64fa445a56dea5cd7e00358b334ee2471e595dc.zip
external_webkit-c64fa445a56dea5cd7e00358b334ee2471e595dc.tar.gz
external_webkit-c64fa445a56dea5cd7e00358b334ee2471e595dc.tar.bz2
Remove unneeded SKIA_SGL platform flag
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;