Index: components/cdm/renderer/android_key_systems.cc |
diff --git a/components/cdm/renderer/android_key_systems.cc b/components/cdm/renderer/android_key_systems.cc |
index 5c3837c895658b9d395f1c5137f5e712fea6f9f8..99bc2bb5149db002453abca79267d494d2e57f7b 100644 |
--- a/components/cdm/renderer/android_key_systems.cc |
+++ b/components/cdm/renderer/android_key_systems.cc |
@@ -25,7 +25,7 @@ static SupportedKeySystemResponse QueryKeySystemSupport( |
SupportedKeySystemResponse response; |
request.key_system = key_system; |
- request.codecs = content::EME_CODEC_WEBM_ALL | content::EME_CODEC_MP4_ALL; |
+ request.codecs = content::EME_CODEC_ALL; |
content::RenderThread::Get()->Send( |
new ChromeViewHostMsg_QueryKeySystemSupport(request, &response)); |
DCHECK(!(response.compositing_codecs & ~content::EME_CODEC_ALL)) |