summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/Path.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/Path.h')
-rw-r--r--WebCore/platform/graphics/Path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/Path.h b/WebCore/platform/graphics/Path.h
index ba25dc2..423a792 100644
--- a/WebCore/platform/graphics/Path.h
+++ b/WebCore/platform/graphics/Path.h
@@ -46,7 +46,7 @@ class wxGraphicsPath;
typedef wxGraphicsPath PlatformPath;
#elif PLATFORM(CAIRO)
namespace WebCore {
- struct CairoPath;
+class CairoPath;
}
typedef WebCore::CairoPath PlatformPath;
#elif PLATFORM(SKIA)