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

Unified Diff: ui/gl/gl_switches.cc

Issue 57633007: Merge gpu_switching_list into gpu_driver_bug_list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final final Created 7 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
« no previous file with comments | « gpu/gpu_config.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_switches.cc
diff --git a/ui/gl/gl_switches.cc b/ui/gl/gl_switches.cc
index 6addfe126fc8d21ffd249ab609fb9ab6cb6a2bc4..5ac514878b431da28c0cec136ff60b5f1dbb8a64 100644
--- a/ui/gl/gl_switches.cc
+++ b/ui/gl/gl_switches.cc
@@ -62,7 +62,6 @@ const char kGpuSwitching[] = "gpu-switching";
const char kGpuSwitchingOptionNameForceIntegrated[] = "force_integrated";
const char kGpuSwitchingOptionNameForceDiscrete[] = "force_discrete";
-const char kGpuSwitchingOptionNameAutomatic[] = "automatic";
// Flag used for Linux tests: for desktop GL bindings, try to load this GL
// library first, but fall back to regular library if loading fails.
@@ -78,7 +77,6 @@ const char* kGLSwitchesCopiedFromGpuProcessHost[] = {
kEnableGPUServiceLogging,
kEnableGPUServiceTracing,
kGpuNoContextLost,
- kGpuSwitching,
};
const int kGLSwitchesCopiedFromGpuProcessHostNumSwitches =
arraysize(kGLSwitchesCopiedFromGpuProcessHost);
« no previous file with comments | « gpu/gpu_config.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698