| 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 f72aaefbade7055e1b0d53aaabb9c08d1a660122..f1d50860b5e628ebd34e0a94a7bd3dbc16d8df3c 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 {
|
|
|