| Index: ui/gl/gl_switches.cc
|
| diff --git a/ui/gl/gl_switches.cc b/ui/gl/gl_switches.cc
|
| index e7a37a7aedc20681996bbbc308f9ce9f63c58b86..3116b7b45254d26e6275aa87992eb48b5f6455c2 100644
|
| --- a/ui/gl/gl_switches.cc
|
| +++ b/ui/gl/gl_switches.cc
|
| @@ -30,8 +30,9 @@ const char kDisableD3D11[] = "disable-d3d11";
|
|
|
| // Stop the GPU from synchronizing on the vsync before presenting.
|
| // We can select from the options below:
|
| -// beginframe : Next frame can start without any delay on cc::scheduler.
|
| -// gpu : Disable gpu vsync.
|
| +// beginframe: Next frame can start without any delay on cc::scheduler in
|
| +// renderer compositors.
|
| +// gpu: Disable display and browser vsync.
|
| // default: Set both flags.
|
| const char kDisableGpuVsync[] = "disable-gpu-vsync";
|
|
|
|
|