| 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 c7b4666d29d0f88bd32bbbd253dff3d42c8826ba..54173c16430672cf8909163d43624cc2888d1253 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -1139,6 +1139,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) {
|
| // Propagate relevant command line switches.
|
| static const char* const kSwitchNames[] = {
|
| switches::kDisableAcceleratedVideoDecode,
|
| + switches::kDisableAcceleratedVideoEncode,
|
| switches::kDisableBreakpad,
|
| switches::kDisableGLMultisampling,
|
| switches::kDisableGpuSandbox,
|
|
|