| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index d6e86f524717ed456457062892b2e23ae71a712e..6139c2c2be71473d8b6273ac4f1d908e3f83f34e 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -503,6 +503,9 @@ const char kEnableWebGLDraftExtensions[] = "enable-webgl-draft-extensions";
|
| // Enables WebGL rendering into a scanout buffer for overlay support.
|
| const char kEnableWebGLImageChromium[] = "enable-webgl-image-chromium";
|
|
|
| +// Enables interaction with virtual reality devices.
|
| +const char kEnableWebVR[] = "enable-webvr";
|
| +
|
| // Enable rasterizer that writes directly to GPU memory associated with tiles.
|
| const char kEnableZeroCopy[] = "enable-zero-copy";
|
|
|
|
|