| 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 9ddd540ae71e98673dc7a3fb1972018125688846..7fef18306f40e6699645b48310942fbbe3c90846 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -1107,6 +1107,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) {
|
| switches::kDisableImageTransportSurface,
|
| switches::kDisableLogging,
|
| switches::kDisableSeccompFilterSandbox,
|
| + switches::kDisableWebRtcHWEncoding,
|
| switches::kEnableLogging,
|
| switches::kEnableShareGroupAsyncTextureUpload,
|
| switches::kGpuStartupDialog,
|
|
|