Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 87addca107463bacf8408eb611b301c640fdd1a4..44443d202d55f007a8ded36d7c8445b9cec20906 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -384,9 +384,6 @@ const char kEnableCompositingForFixedPosition[] = |
const char kEnableCompositingForTransition[] = |
"enable-transition-compositing"; |
-// Enables CSS3 custom filters |
-const char kEnableCssShaders[] = "enable-css-shaders"; |
- |
// Defer image decoding in WebKit until painting. |
const char kEnableDeferredImageDecoding[] = "enable-deferred-image-decoding"; |