| 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 adadd026995688b1a2ae16e1991ddae66140df09..e24b1555f37d2d5aa49b3947049ab9fed44a89f4 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -80,6 +80,7 @@ static const char* const kSwitchNames[] = {
|
| switches::kDisableSeccompFilterSandbox,
|
| #if defined(ENABLE_WEBRTC)
|
| switches::kDisableWebRtcHWEncoding,
|
| + switches::kEnableWebRtcHWVp8Encoding,
|
| #endif
|
| switches::kEnableLogging,
|
| switches::kEnableShareGroupAsyncTextureUpload,
|
|
|