| 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 216d9531180efdcbc57026efa1ec3f98a277fd7c..179b773b7d229cc2090dc6919a878d1d0d7b1f0b 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -162,7 +162,8 @@ static const char* const kSwitchNames[] = {
|
| switches::kGpuTestingGLVendor,
|
| switches::kGpuTestingGLRenderer,
|
| switches::kGpuTestingGLVersion,
|
| - switches::kDisableGpuDriverBugWorkarounds};
|
| + switches::kDisableGpuDriverBugWorkarounds,
|
| + switches::kUsePassthroughCmdDecoder};
|
|
|
| enum GPUProcessLifetimeEvent {
|
| LAUNCHED,
|
|
|