Index: ui/gl/gl_switches.h |
diff --git a/ui/gl/gl_switches.h b/ui/gl/gl_switches.h |
index 4e73a15bbe3040a76b3833aa5a4306ae00ba25c7..688b62d61ff576c809188de49ae2497567f9f994 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_ |