| Index: Source/WebCore/platform/graphics/Path.h
|
| diff --git a/Source/WebCore/platform/graphics/Path.h b/Source/WebCore/platform/graphics/Path.h
|
| index 0e58d33997ba508458650de3786cb18160db2cab..3e262cb984ffe470c79d48ea2c4bce3d981a820d 100644
|
| --- a/Source/WebCore/platform/graphics/Path.h
|
| +++ b/Source/WebCore/platform/graphics/Path.h
|
| @@ -46,11 +46,6 @@ typedef QPainterPath PlatformPath;
|
| #elif PLATFORM(WX) && USE(WXGC)
|
| class wxGraphicsPath;
|
| typedef wxGraphicsPath PlatformPath;
|
| -#elif USE(CAIRO)
|
| -namespace WebCore {
|
| -class CairoPath;
|
| -}
|
| -typedef WebCore::CairoPath PlatformPath;
|
| #elif USE(SKIA)
|
| class SkPath;
|
| typedef SkPath PlatformPath;
|
|
|