Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Unified Diff: ui/gl/gl_switches.h

Issue 2467103003: gl_context_glx: add workaround to create default context (Closed)
Patch Set: WIP Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/gl/gl_switches.h
diff --git a/ui/gl/gl_switches.h b/ui/gl/gl_switches.h
index 6c4426caa86aa3e48290d4351b0a71f04db6c23d..b8a73ddaafe90cbb704230f54a3f73e7d8b05cc4 100644
--- a/ui/gl/gl_switches.h
+++ b/ui/gl/gl_switches.h
@@ -31,6 +31,7 @@ GL_EXPORT extern const char kANGLEImplementationNullName[];
namespace switches {
+GL_EXPORT extern const char kCreateDefaultContext[];
GL_EXPORT extern const char kDisableD3D11[];
GL_EXPORT extern const char kDisableES3GLContext[];
GL_EXPORT extern const char kDisableGpuVsync[];

Powered by Google App Engine
This is Rietveld 408576698