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

Unified Diff: Source/WebCore/platform/graphics/ShadowBlur.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/ShadowBlur.h ('k') | Source/WebCore/platform/graphics/SimpleFontData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/graphics/ShadowBlur.cpp
diff --git a/Source/WebCore/platform/graphics/ShadowBlur.cpp b/Source/WebCore/platform/graphics/ShadowBlur.cpp
index e48aa1d2032d10af0e0ea5e9e35c460df4d1fdf0..cb806578914245fbca783ac7074a149f692e8317 100644
--- a/Source/WebCore/platform/graphics/ShadowBlur.cpp
+++ b/Source/WebCore/platform/graphics/ShadowBlur.cpp
@@ -897,7 +897,7 @@ void ShadowBlur::endShadowLayer(GraphicsContext* context)
ScratchBuffer::shared().scheduleScratchBufferPurge();
}
-#if PLATFORM(QT) || USE(CAIRO)
+#if PLATFORM(QT)
bool ShadowBlur::mustUseShadowBlur(GraphicsContext* context) const
{
// We can't avoid ShadowBlur, since the shadow has blur.
« no previous file with comments | « Source/WebCore/platform/graphics/ShadowBlur.h ('k') | Source/WebCore/platform/graphics/SimpleFontData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698