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