Index: Source/WebCore/platform/graphics/Pattern.h |
diff --git a/Source/WebCore/platform/graphics/Pattern.h b/Source/WebCore/platform/graphics/Pattern.h |
index 3d530055502351448bba81ac06cab5c740e83527..876a450a3584ed6a225f9d6b0f7845457c0a9ac0 100644 |
--- a/Source/WebCore/platform/graphics/Pattern.h |
+++ b/Source/WebCore/platform/graphics/Pattern.h |
@@ -38,9 +38,6 @@ |
#if USE(CG) |
typedef struct CGPattern* CGPatternRef; |
typedef CGPatternRef PlatformPatternPtr; |
-#elif USE(CAIRO) |
-#include <cairo.h> |
-typedef cairo_pattern_t* PlatformPatternPtr; |
#elif USE(SKIA) |
class SkShader; |
typedef SkShader* PlatformPatternPtr; |