Chromium Code Reviews| Index: ui/gl/gl_switches.h |
| =================================================================== |
| --- ui/gl/gl_switches.h (revision 137174) |
| +++ ui/gl/gl_switches.h (working copy) |
| @@ -28,8 +28,11 @@ |
| GL_EXPORT extern const char kDisableGpuVsync[]; |
| GL_EXPORT extern const char kEnableGPUServiceLogging[]; |
| GL_EXPORT extern const char kEnableGPUClientLogging[]; |
| +GL_EXPORT extern const char kGpuDeviceID[]; |
|
apatrick_chromium
2012/05/17 18:44:40
I think these should be in content_switches.h
Zhenyao Mo
2012/05/17 19:58:40
Done.
|
| +GL_EXPORT extern const char kGpuDriverVersion[]; |
| GL_EXPORT extern const char kGpuNoContextLost[]; |
| GL_EXPORT extern const char kGpuSwapDelay[]; |
| +GL_EXPORT extern const char kGpuVendorID[]; |
| GL_EXPORT extern const char kUseGL[]; |
| GL_EXPORT extern const char kSwiftShaderPath[]; |
| GL_EXPORT extern const char kTestGLLib[]; |