summaryrefslogtreecommitdiff
path: root/chromium/ui/gl/gl_switches.h
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.h
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.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 {