| 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 a12b1c652e863f9bb72a92a3f1445eeefe622757..4568ba8a2d52d0ecde061b5953afa0c824a51568 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -156,6 +156,7 @@ static const char* const kSwitchNames[] = {
|
| switches::kGpuTestingGLVendor,
|
| switches::kGpuTestingGLRenderer,
|
| switches::kGpuTestingGLVersion,
|
| + switches::kDisableGpuDriverBugWorkarounds
|
| };
|
|
|
| enum GPUProcessLifetimeEvent {
|
|
|