summaryrefslogtreecommitdiff
path: root/chromium/ui/gl/gl_switches.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/gl/gl_switches.h')
-rw-r--r--chromium/ui/gl/gl_switches.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chromium/ui/gl/gl_switches.h b/chromium/ui/gl/gl_switches.h
index 404dee8f712..da312131114 100644
--- a/chromium/ui/gl/gl_switches.h
+++ b/chromium/ui/gl/gl_switches.h
@@ -30,7 +30,6 @@ GL_EXPORT extern const char kANGLEImplementationD3D11Name[];
GL_EXPORT extern const char kANGLEImplementationOpenGLName[];
GL_EXPORT extern const char kANGLEImplementationOpenGLESName[];
GL_EXPORT extern const char kANGLEImplementationNullName[];
-
} // namespace gl
namespace switches {
@@ -59,7 +58,7 @@ GL_EXPORT extern const char kOverrideUseSoftwareGLForTests[];
GL_EXPORT extern const char* const kGLSwitchesCopiedFromGpuProcessHost[];
GL_EXPORT extern const int kGLSwitchesCopiedFromGpuProcessHostNumSwitches;
-
+GL_EXPORT extern const char kCreateDefaultGLContext[];
} // namespace switches
namespace features {