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 de21595224043f4fcb9b25cd6a96c70c070c0be4..69f06bd686ec8c0233a24869eb14f65fa924f2dc 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -140,6 +140,9 @@ static const char* const kSwitchNames[] = { |
switches::kWindowDepth, |
switches::kX11Display, |
#endif |
+ switches::kGpuTestingGLVendor, |
+ switches::kGpuTestingGLRenderer, |
+ switches::kGpuTestingGLVersion, |
}; |
enum GPUProcessLifetimeEvent { |