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

Unified Diff: ui/gl/gl_switches.h

Issue 10909221: Implement blacklist's force GPU capability in dual GPU machines. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 3 months 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
===================================================================
--- ui/gl/gl_switches.h (revision 156195)
+++ ui/gl/gl_switches.h (working copy)
@@ -29,6 +29,15 @@
GL_EXPORT extern const char kEnableGPUClientLogging[];
GL_EXPORT extern const char kGpuNoContextLost[];
GL_EXPORT extern const char kGpuSwapDelay[];
+
+GL_EXPORT extern const char kGpuSwitching[];
+
+// The GPU switching names that can be passed to --gpu-switching.
+GL_EXPORT extern const char kGpuSwitchingOptionNameForceIntegrated[];
+GL_EXPORT extern const char kGpuSwitchingOptionNameForceDiscrete[];
+// The last one (automatic) is not used as commandline switch option.
+GL_EXPORT extern const char kGpuSwitchingOptionNameAutomatic[];
+
GL_EXPORT extern const char kUseGL[];
GL_EXPORT extern const char kSwiftShaderPath[];
GL_EXPORT extern const char kTestGLLib[];
« no previous file with comments | « ui/gl/gl_context_mac.mm ('k') | ui/gl/gl_switches.cc » ('j') | ui/gl/gl_switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698