Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: Source/WebCore/platform/graphics/transforms/TransformationMatrix.h

Issue 13724012: Remove Cairo support. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « Source/WebCore/platform/graphics/transforms/AffineTransform.h ('k') | Source/WebCore/platform/graphics/win/FontCacheWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698