diff options
Diffstat (limited to 'WebCore/platform/graphics/IntPoint.h')
-rw-r--r-- | WebCore/platform/graphics/IntPoint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/platform/graphics/IntPoint.h b/WebCore/platform/graphics/IntPoint.h index cb24b4e..779bf34 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) +#if PLATFORM(SKIA_SGL) struct SkPoint; struct SkIPoint; #endif @@ -128,7 +128,7 @@ public: operator wxPoint() const; #endif -#if PLATFORM(SKIA) +#if PLATFORM(SKIA_SGL) IntPoint(const SkIPoint&); operator SkIPoint() const; operator SkPoint() const; |