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

Unified Diff: Source/WebCore/platform/graphics/Gradient.cpp

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/Gradient.h ('k') | Source/WebCore/platform/graphics/ImageBufferData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/graphics/Gradient.cpp
diff --git a/Source/WebCore/platform/graphics/Gradient.cpp b/Source/WebCore/platform/graphics/Gradient.cpp
index e103684e0bd0bec77d4bd786fa436bed0d07052e..98d3f475efd72299182f160cd140e0b0e59c1d97 100644
--- a/Source/WebCore/platform/graphics/Gradient.cpp
+++ b/Source/WebCore/platform/graphics/Gradient.cpp
@@ -240,7 +240,7 @@ void Gradient::setGradientSpaceTransform(const AffineTransform& gradientSpaceTra
invalidateHash();
}
-#if !USE(SKIA) && !USE(CAIRO) && !PLATFORM(BLACKBERRY)
+#if !USE(SKIA) && !PLATFORM(BLACKBERRY)
void Gradient::setPlatformGradientSpaceTransform(const AffineTransform&)
{
}
« no previous file with comments | « Source/WebCore/platform/graphics/Gradient.h ('k') | Source/WebCore/platform/graphics/ImageBufferData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698