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

Unified Diff: Source/WebCore/platform/graphics/transforms/AffineTransform.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/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)

Powered by Google App Engine
This is Rietveld 408576698