Index: ui/gl/gl_switches.cc |
diff --git a/ui/gl/gl_switches.cc b/ui/gl/gl_switches.cc |
index 4ac132843d4621d223ffe0e9a21e906aa3015142..75aafcb6aa7325056093cba93f03f83b1d08196d 100644 |
--- a/ui/gl/gl_switches.cc |
+++ b/ui/gl/gl_switches.cc |
@@ -31,6 +31,11 @@ const char kDisableD3D11[] = "disable-d3d11"; |
// Stop the GPU from synchronizing on the vsync before presenting. |
const char kDisableGpuVsync[] = "disable-gpu-vsync"; |
+// This flag is similar to kDisableGpuVsync but it is needed |
+// for the decoupling "disable gpu vsync" and "throttle frame production". |
sky
2015/06/29 02:20:27
nit: too many spaces here.
Jimmy Jo
2015/06/29 02:37:50
Done.
|
+// It is effective only for disabling gpu vsync. |
+const char kDisableDisplayVsync[] = "disable-display-vsync"; |
+ |
// Turns on GPU logging (debug build only). |
const char kEnableGPUServiceLogging[] = "enable-gpu-service-logging"; |