diff options
Diffstat (limited to 'ui/gl/gl_switches.h')
-rw-r--r-- | ui/gl/gl_switches.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/gl/gl_switches.h b/ui/gl/gl_switches.h index 4e73a15..688b62d 100644 --- a/ui/gl/gl_switches.h +++ b/ui/gl/gl_switches.h @@ -26,6 +26,7 @@ namespace switches { GL_EXPORT extern const char kDisableGpuVsync[]; GL_EXPORT extern const char kEnableGPUServiceLogging[]; GL_EXPORT extern const char kEnableGPUClientLogging[]; +GL_EXPORT extern const char kEnableGPUServiceTracing[]; GL_EXPORT extern const char kGpuNoContextLost[]; GL_EXPORT extern const char kGpuSwapDelay[]; @@ -42,6 +43,9 @@ GL_EXPORT extern const char kUseGL[]; GL_EXPORT extern const char kSwiftShaderPath[]; GL_EXPORT extern const char kTestGLLib[]; +GL_EXPORT extern const char* kGLSwitchesCopiedFromGpuProcessHost[]; +GL_EXPORT extern const int kGLSwitchesCopiedFromGpuProcessHostNumSwitches; + } // namespace switches #endif // UI_GL_GL_SWITCHES_H_ |