| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 135dc3d668930215c68e2285f1edf8ec3fad3414..445cb90f8b6a9b0485f380325670137a8a7c61a5 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -242,6 +242,9 @@ const char kEnableCompositeToTexture[] = "enable-composite-to-texture";
|
| // Enables CSS3 regions
|
| const char kEnableCssRegions[] = "enable-css-regions";
|
|
|
| +// Enables CSS3 custom filters
|
| +const char kEnableCssShaders[] = "enable-css-shaders";
|
| +
|
| // Enables device motion events.
|
| const char kEnableDeviceMotion[] = "enable-device-motion";
|
|
|
|
|