| Index: content/common/gpu/media/android_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/android_video_decode_accelerator.cc b/content/common/gpu/media/android_video_decode_accelerator.cc
|
| index 9eccdc65e0440ab49d2bdcb479e2e670382960ea..ea73cc21889227f01abf6fde85c0c3db35fd9420 100644
|
| --- a/content/common/gpu/media/android_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/android_video_decode_accelerator.cc
|
| @@ -1171,7 +1171,7 @@ AndroidVideoDecodeAccelerator::GetCapabilities() {
|
|
|
| SupportedProfile profile;
|
|
|
| - if (media::MediaCodecUtil::IsVp8DecoderAvailable()) {
|
| + if (media::MediaCodecUtil::IsVp8CodecAvailable()) {
|
| profile.profile = media::VP8PROFILE_ANY;
|
| profile.min_resolution.SetSize(0, 0);
|
| profile.max_resolution.SetSize(1920, 1088);
|
|
|