| Index: media/blink/key_system_config_selector.cc
|
| diff --git a/media/blink/key_system_config_selector.cc b/media/blink/key_system_config_selector.cc
|
| index 9c21228c96bef6839cbb6a89b38208a6f768411b..766feda6aae3fdbc3952a5f5f4528f6beae65cd6 100644
|
| --- a/media/blink/key_system_config_selector.cc
|
| +++ b/media/blink/key_system_config_selector.cc
|
| @@ -282,7 +282,7 @@ bool IsSupportedClearMediaFormat(const std::string& container_mime_type,
|
| std::vector<std::string> codec_vector;
|
| media::ParseCodecString(codecs, &codec_vector, false);
|
| media::SupportsType support_result =
|
| - media::IsSupportedMediaFormat(container_mime_type, codec_vector);
|
| + media::IsSupportedEncryptedMediaFormat(container_mime_type, codec_vector);
|
| switch (support_result) {
|
| case media::IsSupported:
|
| return true;
|
|
|