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

Unified Diff: Source/WebCore/platform/graphics/Pattern.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
« no previous file with comments | « Source/WebCore/platform/graphics/Path.h ('k') | Source/WebCore/platform/graphics/PlatformLayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/WebCore/platform/graphics/Path.h ('k') | Source/WebCore/platform/graphics/PlatformLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698