Index: gpu/config/gpu_switches.h |
diff --git a/gpu/config/gpu_switches.h b/gpu/config/gpu_switches.h |
index f6375ca06fe2ff30f23e40270c9f19dcb4d41668..ddf28a4858f21dae35b186dc6d956115884fa8b6 100644 |
--- a/gpu/config/gpu_switches.h |
+++ b/gpu/config/gpu_switches.h |
@@ -10,6 +10,11 @@ |
namespace switches { |
GPU_EXPORT extern const char kGpuDriverBugWorkarounds[]; |
+GPU_EXPORT extern const char kGpuTestingVendorId[]; |
+GPU_EXPORT extern const char kGpuTestingDeviceId[]; |
+GPU_EXPORT extern const char kGpuTestingGLVendor[]; |
+GPU_EXPORT extern const char kGpuTestingGLRenderer[]; |
+GPU_EXPORT extern const char kGpuTestingGLVersion[]; |
} // namespace switches |