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

Unified Diff: Source/WebCore/platform/graphics/PlatformLayer.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/Pattern.h ('k') | Source/WebCore/platform/graphics/ShadowBlur.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/graphics/PlatformLayer.h
diff --git a/Source/WebCore/platform/graphics/PlatformLayer.h b/Source/WebCore/platform/graphics/PlatformLayer.h
index 30407cd7adbc586a9ed1bd2955de3a2798ca8b6c..3cb9b61689f0ae7b9395057c9fff3323cabe3d02 100644
--- a/Source/WebCore/platform/graphics/PlatformLayer.h
+++ b/Source/WebCore/platform/graphics/PlatformLayer.h
@@ -46,7 +46,7 @@ namespace WebCore {
typedef WebKit::WebLayer PlatformLayer;
}
#elif PLATFORM(GTK)
-#if USE(TEXTURE_MAPPER_CAIRO) || USE(TEXTURE_MAPPER_GL)
+#if USE(TEXTURE_MAPPER_GL)
namespace WebCore {
class TextureMapperPlatformLayer;
typedef TextureMapperPlatformLayer PlatformLayer;
« no previous file with comments | « Source/WebCore/platform/graphics/Pattern.h ('k') | Source/WebCore/platform/graphics/ShadowBlur.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698