Chromium Code Reviews| Index: ui/gl/gl_switches.cc |
| diff --git a/ui/gl/gl_switches.cc b/ui/gl/gl_switches.cc |
| index 4ac132843d4621d223ffe0e9a21e906aa3015142..96de37185b0f352a01e73018189a62bcda0bf38f 100644 |
| --- a/ui/gl/gl_switches.cc |
| +++ b/ui/gl/gl_switches.cc |
| @@ -29,6 +29,10 @@ namespace switches { |
| const char kDisableD3D11[] = "disable-d3d11"; |
| // Stop the GPU from synchronizing on the vsync before presenting. |
| +// We can select below options: |
|
brianderson
2015/07/14 01:48:25
// We can select from the options below:
Jimmy Jo
2015/07/15 00:47:27
Done.
|
| +// beginframe : Next frame can start without any delay on cc::scheduler. |
| +// gpu : Disable gpu vsync. |
| +// default: Set both flags. |
| const char kDisableGpuVsync[] = "disable-gpu-vsync"; |
| // Turns on GPU logging (debug build only). |