Commit ebd596bd authored by wuchengli's avatar wuchengli Committed by Commit bot

Add kEnableWebRtcHWVp8Encoding to GPU process.

VideoEncodeAccelerator::GetSupportedProfiles now runs in GPU
process because the profiles were added to GPUInfo. Add
kEnableWebRtcHWVp8Encoding to GPU process to fix the missing
encode profile.

BUG=418762
TEST=Run apprtc loopback and check the histogram.

Review URL: https://codereview.chromium.org/618633002

Cr-Commit-Position: refs/heads/master@{#297445}
parent ca5a56f9
......@@ -80,6 +80,7 @@ static const char* const kSwitchNames[] = {
switches::kDisableSeccompFilterSandbox,
#if defined(ENABLE_WEBRTC)
switches::kDisableWebRtcHWEncoding,
switches::kEnableWebRtcHWVp8Encoding,
#endif
switches::kEnableLogging,
switches::kEnableShareGroupAsyncTextureUpload,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment