Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 4c31ec3900dbc3f8b8ea1f19c1ebf65b05eb0796..f98af14b724b83fbcfd97693138a7ad3ad1197ad 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[] = |