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

Unified Diff: gpu/config/gpu_switches.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: 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: gpu/config/gpu_switches.cc
diff --git a/gpu/config/gpu_switches.cc b/gpu/config/gpu_switches.cc
index 554582d81aaf4bd2b14a520a4bb86c7f875a19a9..819f516d259ba923ed1545e12bd9659217d72501 100644
--- a/gpu/config/gpu_switches.cc
+++ b/gpu/config/gpu_switches.cc
@@ -22,6 +22,12 @@ const char kGpuTestingVendorId[] = "gpu-testing-vendor-id";
// Override gpu device id from the GpuInfoCollector.
const char kGpuTestingDeviceId[] = "gpu-testing-device-id";
+// Override secondary gpu vendor id from the GpuInfoCollector.
+const char kGpuTestingSecondaryVendorId[] = "gpu-testing-secondary-vendor-id";
+
+// Override secondary gpu device id from the GpuInfoCollector.
+const char kGpuTestingSecondaryDeviceId[] = "gpu-testing-secondary-device-id";
+
// Override gl vendor from the GpuInfoCollector.
const char kGpuTestingGLVendor[] = "gpu-testing-gl-vendor";
« content/test/gpu/page_sets/gpu_process_tests.py ('K') | « gpu/config/gpu_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698