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

Unified Diff: gpu/config/gpu_info_collector.h

Issue 1547793004: Make gpu black list work again on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clear existing gpu testing switches before each test Created 4 years, 11 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_info_collector.h
diff --git a/gpu/config/gpu_info_collector.h b/gpu/config/gpu_info_collector.h
index 840dc1d3be0235150f25e8ed9f69ad8e25fc4537..341dfb79f1f70dc053a603f9e71998074028cca0 100644
--- a/gpu/config/gpu_info_collector.h
+++ b/gpu/config/gpu_info_collector.h
@@ -52,6 +52,9 @@ GPU_EXPORT void MergeGPUInfoGL(GPUInfo* basic_gpu_info,
// identify the active GPU based on GL strings.
GPU_EXPORT void IdentifyActiveGPU(GPUInfo* gpu_info);
+// Parse kGpuTestingVendorId and kGpuTestingDeviceId from the command line.
+GPU_EXPORT void ParseTestingIds(uint32_t* vendor_id, uint32_t* device_id);
+
} // namespace gpu
#endif // GPU_CONFIG_GPU_INFO_COLLECTOR_H_

Powered by Google App Engine
This is Rietveld 408576698