summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/Path.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/Path.h')
-rw-r--r--Source/WebCore/platform/graphics/Path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/Path.h b/Source/WebCore/platform/graphics/Path.h
index 852d88e..31f2cd6 100644
--- a/Source/WebCore/platform/graphics/Path.h
+++ b/Source/WebCore/platform/graphics/Path.h
@@ -49,7 +49,7 @@ namespace WebCore {
class CairoPath;
}
typedef WebCore::CairoPath PlatformPath;
-#elif PLATFORM(SKIA)
+#elif USE(SKIA)
class SkPath;
typedef SkPath PlatformPath;
#elif PLATFORM(HAIKU)