| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index e69564995209905b338938507495011ae32a05bf..6e1d65a0318246364cdb14347f684f0c84e47d8d 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -126,6 +126,10 @@ const char kDisableGpuCompositing[] = "disable-gpu-compositing";
|
| // Disable proactive early init of GPU process.
|
| const char kDisableGpuEarlyInit[] = "disable-gpu-early-init";
|
|
|
| +// Disable GpuMemoryBuffer backed VideoFrames.
|
| +const char kDisableGpuMemoryBufferVideoFrames[] =
|
| + "disable-gpu-memory-buffer-video-frames";
|
| +
|
| // Disable the limit on the number of times the GPU process may be restarted
|
| // This switch is intended only for tests.
|
| extern const char kDisableGpuProcessCrashLimit[] =
|
|
|