Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(721)

Unified Diff: chrome/renderer/media/chrome_key_systems.cc

Issue 23503055: [Android] Fixed method name in EME-related code after it was changed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698