diff options
Diffstat (limited to 'WebCore/platform/graphics/FloatPoint.h')
-rw-r--r-- | WebCore/platform/graphics/FloatPoint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/platform/graphics/FloatPoint.h b/WebCore/platform/graphics/FloatPoint.h index 35b3036..49264d3 100644 --- a/WebCore/platform/graphics/FloatPoint.h +++ b/WebCore/platform/graphics/FloatPoint.h @@ -55,7 +55,7 @@ QT_END_NAMESPACE class TPoint; #endif -#if PLATFORM(SKIA) +#if PLATFORM(SKIA_SGL) struct SkPoint; #endif @@ -99,7 +99,7 @@ public: FloatPoint(const TPoint&); #endif -#if PLATFORM(SKIA) +#if PLATFORM(SKIA_SGL) operator SkPoint() const; FloatPoint(const SkPoint&); #endif |