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

Unified Diff: Source/core/html/HTMLMediaElement.cpp

Issue 876863006: Make canPlayType()'s keySystem argument depend on PrefixedEncryptedMedia (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Move CanPlayTypeKeySystem deprecation to IDL Created 5 years, 11 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 | Source/core/html/HTMLMediaElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLMediaElement.cpp
diff --git a/Source/core/html/HTMLMediaElement.cpp b/Source/core/html/HTMLMediaElement.cpp
index 55fe318b23eea679d5f2c41fd8234f17eb74664d..06c08ee0420b0fea033c59a1905fb7e82508521f 100644
--- a/Source/core/html/HTMLMediaElement.cpp
+++ b/Source/core/html/HTMLMediaElement.cpp
@@ -709,9 +709,6 @@ HTMLMediaElement::NetworkState HTMLMediaElement::networkState() const
String HTMLMediaElement::canPlayType(const String& mimeType, const String& keySystem) const
{
- if (!keySystem.isNull())
- UseCounter::countDeprecation(document(), UseCounter::CanPlayTypeKeySystem);
-
WebMimeRegistry::SupportsType support = supportsType(ContentType(mimeType), keySystem);
String canPlay;
« no previous file with comments | « no previous file | Source/core/html/HTMLMediaElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698