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

Unified Diff: content/browser/gpu/gpu_process_host.cc

Issue 1874643003: Do not lose secondary gpus and make sure to have an active gpu on multiple gpu configurations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added use_testing_switches param to ParseSecondaryGpuDevicesFromCommandLine and added IdentifyActiv… Created 4 years, 8 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: content/browser/gpu/gpu_process_host.cc
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
index f72aaefbade7055e1b0d53aaabb9c08d1a660122..f1d50860b5e628ebd34e0a94a7bd3dbc16d8df3c 100644
--- a/content/browser/gpu/gpu_process_host.cc
+++ b/content/browser/gpu/gpu_process_host.cc
@@ -141,6 +141,9 @@ static const char* const kSwitchNames[] = {
switches::kWindowDepth,
switches::kX11Display,
#endif
+ switches::kGpuTestingGLVendor,
+ switches::kGpuTestingGLRenderer,
+ switches::kGpuTestingGLVersion,
};
enum GPUProcessLifetimeEvent {

Powered by Google App Engine
This is Rietveld 408576698