Chromium Code Reviews| Index: ui/gfx/gl/gl_switches.h |
| =================================================================== |
| --- ui/gfx/gl/gl_switches.h (revision 94381) |
| +++ ui/gfx/gl/gl_switches.h (working copy) |
| @@ -11,9 +11,10 @@ |
| namespace switches { |
| extern const char kDisableGpuVsync[]; |
| -extern const char kUseGL[]; |
| extern const char kEnableGPUServiceLogging[]; |
| extern const char kEnableGPUClientLogging[]; |
| +extern const char kGpuNoContextLost[]; |
| +extern const char kUseGL[]; |
| } // namespace switches |