summaryrefslogtreecommitdiff
path: root/chromium/ui/gl/gl_switches.cc
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2018-03-12 15:38:02 +0100
committerMichal Klocek <michal.klocek@qt.io>2018-03-12 15:00:11 +0000
commit899b407b1128d0dbba360022a5ced872fabeec3f (patch)
treef022885153594b2e082e2dd97ae6c181a1e71344 /chromium/ui/gl/gl_switches.cc
parent458ee912871b76ad351e946d4d84c70ebe7a429b (diff)
downloadqtwebengine-chromium-63-based.tar.gz
Fix freezes of glx context63-based
Add back support for compatibility profile. Change-Id: I746b53c4622614f847540481cdb43da416ba03b1 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
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 {