Chromium Code Reviews| 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 df3d6127eaf4e69a22de01759c814eacbc400937..179b773b7d229cc2090dc6919a878d1d0d7b1f0b 100644 |
| --- a/content/browser/gpu/gpu_process_host.cc |
| +++ b/content/browser/gpu/gpu_process_host.cc |
| @@ -119,7 +119,7 @@ static const char* const kSwitchNames[] = { |
| switches::kDisableLogging, |
| switches::kDisableSeccompFilterSandbox, |
| #if BUILDFLAG(ENABLE_WEBRTC) |
| - switches::kDisableWebRtcHWVP8Encoding, |
| + switches::kDisableWebRtcHWEncoding, |
|
Pawel Osciak
2016/12/15 05:45:53
Do we need to propagate all the flags?
braveyao
2016/12/15 20:46:24
Sorry I can't answer this question. I just restore
Pawel Osciak
2016/12/20 01:49:17
How did you test? Were the codec-specific flags pr
braveyao
2016/12/20 19:09:14
Yes VP8 and H264 can be selectively disabled with
|
| #endif |
| #if defined(OS_WIN) |
| switches::kEnableAcceleratedVpxDecode, |