Index: Source/WebCore/platform/graphics/transforms/TransformationMatrix.h |
diff --git a/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h b/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h |
index b1e56655cdfa37ffc265d91f712d13c73e6d2157..2cda0c12fd790b80ea6e07bb6861848a572d651b 100644 |
--- a/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h |
+++ b/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h |
@@ -40,8 +40,6 @@ typedef struct _CoglMatrix CoglMatrix; |
#endif |
#if USE(CG) |
typedef struct CGAffineTransform CGAffineTransform; |
-#elif USE(CAIRO) |
-#include <cairo.h> |
#elif PLATFORM(OPENVG) |
#include "VGUtils.h" |
#elif PLATFORM(QT) |
@@ -347,8 +345,6 @@ public: |
#if USE(CG) |
TransformationMatrix(const CGAffineTransform&); |
operator CGAffineTransform() const; |
-#elif USE(CAIRO) |
- operator cairo_matrix_t() const; |
#elif PLATFORM(OPENVG) |
operator VGMatrix() const; |
#elif PLATFORM(QT) |