| Index: Source/WebCore/platform/graphics/transforms/AffineTransform.h
|
| diff --git a/Source/WebCore/platform/graphics/transforms/AffineTransform.h b/Source/WebCore/platform/graphics/transforms/AffineTransform.h
|
| index 7d83f592f1a0f6c9e09a144a7151f164f9bacd1f..d5ab2fa863996e2132232f5200e09e1370ab1241 100644
|
| --- a/Source/WebCore/platform/graphics/transforms/AffineTransform.h
|
| +++ b/Source/WebCore/platform/graphics/transforms/AffineTransform.h
|
| @@ -34,8 +34,6 @@
|
|
|
| #if USE(CG)
|
| #include <CoreGraphics/CGAffineTransform.h>
|
| -#elif USE(CAIRO)
|
| -#include <cairo.h>
|
| #elif PLATFORM(OPENVG)
|
| #include "VGUtils.h"
|
| #elif PLATFORM(QT)
|
| @@ -172,8 +170,6 @@ public:
|
|
|
| #if USE(CG)
|
| operator CGAffineTransform() const;
|
| -#elif USE(CAIRO)
|
| - operator cairo_matrix_t() const;
|
| #elif PLATFORM(OPENVG)
|
| operator VGMatrix() const;
|
| #elif PLATFORM(QT)
|
|
|