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

Unified Diff: Source/modules/encryptedmedia/MediaKeySession.cpp

Issue 642583003: Implement unprefixed EME APIs that match the latest draft (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
Index: Source/modules/encryptedmedia/MediaKeySession.cpp
diff --git a/Source/modules/encryptedmedia/MediaKeySession.cpp b/Source/modules/encryptedmedia/MediaKeySession.cpp
index f48367f4fac55e88c906e2fa35adba6f6844a900..c5ace656482926066389fd22b15850b2a2f7736a 100644
--- a/Source/modules/encryptedmedia/MediaKeySession.cpp
+++ b/Source/modules/encryptedmedia/MediaKeySession.cpp
@@ -605,6 +605,11 @@ void MediaKeySession::error(WebContentDecryptionModuleException exception, unsig
error(errorCode, systemCode);
}
+void MediaKeySession::expirationChanged(double updatedExpiryTimeInMS)
+{
+ // FIXME: Implement expiration attribute.
+}
+
const AtomicString& MediaKeySession::interfaceName() const
{
return EventTargetNames::MediaKeySession;

Powered by Google App Engine
This is Rietveld 408576698