| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 65168)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -430,9 +430,6 @@
|
| // Enable the GPU plugin and Pepper 3D rendering.
|
| const char kEnableGPUPlugin[] = "enable-gpu-plugin";
|
|
|
| -// Enable experimental GPU rendering for backing store and video.
|
| -const char kEnableGPURendering[] = "enable-gpu-rendering";
|
| -
|
| // Force logging to be enabled. Logging is disabled by default in release
|
| // builds.
|
| const char kEnableLogging[] = "enable-logging";
|
| @@ -527,10 +524,6 @@
|
| // incomplete and this flag is used for development and testing.
|
| const char kEnableVideoFullscreen[] = "enable-video-fullscreen";
|
|
|
| -// Enables video layering where video is rendered as a separate layer outside
|
| -// of the backing store.
|
| -const char kEnableVideoLayering[] = "enable-video-layering";
|
| -
|
| // Enables video logging where video elements log playback performance data to
|
| // the debug log.
|
| const char kEnableVideoLogging[] = "enable-video-logging";
|
|
|