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

Unified Diff: content/public/common/content_switches.h

Issue 9839073: Added the command line flag that enables CSS Shaders: "--enable-css-custom-filter". (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased and changed to "--enable-css-shaders" Created 8 years, 9 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 | « content/common/view_messages.h ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index 70d770a787353191684eb5dcb8e9e71a62e57767..e5e8a7aa303c329bc37ab5f1a7b4107e98f881de 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -82,6 +82,7 @@ extern const char kEnableAccessibilityLogging[];
extern const char kEnableBrowserPlugin[];
CONTENT_EXPORT extern const char kEnableCompositingForFixedPosition[];
extern const char kEnableCssRegions[];
+extern const char kEnableCssShaders[];
CONTENT_EXPORT extern const char kEnableDeferred2dCanvas[];
extern const char kEnableCompositeToTexture[];
CONTENT_EXPORT extern const char kEnableDeviceMotion[];
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698