| Index: content/public/common/content_switches.cc
|
| ===================================================================
|
| --- content/public/common/content_switches.cc (revision 123852)
|
| +++ content/public/common/content_switches.cc (working copy)
|
| @@ -233,6 +233,9 @@
|
| // Enables compositing to texture instead of display.
|
| const char kEnableCompositeToTexture[] = "enable-composite-to-texture";
|
|
|
| +// Enables CSS3 regions
|
| +const char kEnableCssRegions[] = "enable-css-regions";
|
| +
|
| // Enables device motion events.
|
| const char kEnableDeviceMotion[] = "enable-device-motion";
|
|
|
|
|