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 909e82d595e5a060a0d5be14610572a01a6b88f7..2de62fd9d079206d7ecc6ff500d95b9a0826ddfc 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 { |