Index: chrome/renderer/media/chrome_key_systems.cc |
diff --git a/chrome/renderer/media/chrome_key_systems.cc b/chrome/renderer/media/chrome_key_systems.cc |
index 197969ca21d4de18804cc8c71658e990d4a188af..be7c4b1e05373b34250e14affc2bf1f95899e60c 100644 |
--- a/chrome/renderer/media/chrome_key_systems.cc |
+++ b/chrome/renderer/media/chrome_key_systems.cc |
@@ -109,7 +109,7 @@ static void AddAndroidWidevine( |
#if defined(USE_PROPRIETARY_CODECS) |
SupportedCodecs supported_codecs = |
static_cast<SupportedCodecs>(MP4_AAC | MP4_AVC1); |
- AddWidevineForTypes(supported_codecs, concrete_key_systems); |
+ AddWidevineWithCodecs(supported_codecs, concrete_key_systems); |
#endif // defined(USE_PROPRIETARY_CODECS) |
} |
#endif // defined(ENABLE_PEPPER_CDMS) |