| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 5a7fb6c3ce1de82f7a5aa354cf16963b46e88cdd..43531c6afa5deb558d4bc2285ab145afaa4093e8 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -535,6 +535,10 @@ const char kEnableWebGLImageChromium[] = "enable-webgl-image-chromium";
|
| // Enables interaction with virtual reality devices.
|
| const char kEnableWebVR[] = "enable-webvr";
|
|
|
| +// Enables experimental rendering optimizations for WebVR.
|
| +const char kEnableWebVRExperimentalRendering[] =
|
| + "enable-webvr-experimental-rendering";
|
| +
|
| // Enable rasterizer that writes directly to GPU memory associated with tiles.
|
| const char kEnableZeroCopy[] = "enable-zero-copy";
|
|
|
|
|