Index: Source/modules/encryptedmedia/MediaKeys.h |
diff --git a/Source/modules/encryptedmedia/MediaKeys.h b/Source/modules/encryptedmedia/MediaKeys.h |
index 4915637b362687d2afba6c34a4955d7eb675720e..fd753e999d370c93bef1ec955ac55f4654c1f6af 100644 |
--- a/Source/modules/encryptedmedia/MediaKeys.h |
+++ b/Source/modules/encryptedmedia/MediaKeys.h |
@@ -74,6 +74,9 @@ public: |
virtual void contextDestroyed() OVERRIDE; |
protected: |
+ static bool isKeySystemSupported(const String& keySystem); |
ddorwin
2014/02/28 05:01:09
I forgot to add here:
These don't actually need to
jrummell
2014/02/28 19:06:52
Done.
|
+ static bool isKeySystemSupportedWithContentType(const String& keySystem, const String& contentType); |
+ |
MediaKeys(ExecutionContext*, const String& keySystem, PassOwnPtr<ContentDecryptionModule>); |
void initializeNewSessionTimerFired(Timer<MediaKeys>*); |