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

Unified Diff: Source/WebCore/platform/graphics/ShadowBlur.h

Issue 13529026: Removing a bunch of unused platform code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix whitespace and compiler error on Mac. 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/PlatformLayer.h ('k') | Source/WebCore/platform/graphics/ShadowBlur.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/graphics/ShadowBlur.h
diff --git a/Source/WebCore/platform/graphics/ShadowBlur.h b/Source/WebCore/platform/graphics/ShadowBlur.h
index 99a8872a5d49ea9e6de19df957c72ce3ff399148..6ab0fa1a8f6a3f72d5f3fb7b57f34ba202bd5b01 100644
--- a/Source/WebCore/platform/graphics/ShadowBlur.h
+++ b/Source/WebCore/platform/graphics/ShadowBlur.h
@@ -70,10 +70,6 @@ public:
ShadowType type() const { return m_type; }
-#if PLATFORM(QT)
- bool mustUseShadowBlur(GraphicsContext*) const;
-#endif
-
private:
void updateShadowBlurValues();
« no previous file with comments | « Source/WebCore/platform/graphics/PlatformLayer.h ('k') | Source/WebCore/platform/graphics/ShadowBlur.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698