summaryrefslogtreecommitdiff
path: root/chromium/ui/gl/gl_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/gl/gl_switches.cc')
-rw-r--r--chromium/ui/gl/gl_switches.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/ui/gl/gl_switches.cc b/chromium/ui/gl/gl_switches.cc
index 5ea1e341f3d..2b28f0122b2 100644
--- a/chromium/ui/gl/gl_switches.cc
+++ b/chromium/ui/gl/gl_switches.cc
@@ -132,6 +132,8 @@ const char* const kGLSwitchesCopiedFromGpuProcessHost[] = {
const int kGLSwitchesCopiedFromGpuProcessHostNumSwitches =
arraysize(kGLSwitchesCopiedFromGpuProcessHost);
+const char kCreateDefaultGLContext[] = "create-default-gl-context";
+
} // namespace switches
namespace features {