Chromium Code Reviews| Index: content/renderer/media/webcontentdecryptionmodule_impl.h |
| diff --git a/content/renderer/media/webcontentdecryptionmodule_impl.h b/content/renderer/media/webcontentdecryptionmodule_impl.h |
| index 2619e5610b3eeea3a0ca232bd018536aac3a85e5..c05498d64cc644752e958c5fd712592699f633d1 100644 |
| --- a/content/renderer/media/webcontentdecryptionmodule_impl.h |
| +++ b/content/renderer/media/webcontentdecryptionmodule_impl.h |
| @@ -58,6 +58,13 @@ class WebContentDecryptionModuleImpl |
| int GetCdmId() const; |
| #endif // defined(ENABLE_BROWSER_CDMS) |
| + static blink::WebContentDecryptionModule::SupportsKeySystem |
|
ddorwin
2014/09/13 01:20:47
Are statics supposed to be grouped?
sandersd (OOO until July 31)
2014/09/22 23:45:54
Done.
|
| + IsKeySystemSupported(const blink::WebString& key_system, |
| + const blink::WebString& init_data_type, |
| + const blink::WebString& container, |
| + const blink::WebString& codecs, |
| + const blink::WebString& capability); |
| + |
| // blink::WebContentDecryptionModule implementation. |
| virtual blink::WebContentDecryptionModuleSession* createSession(); |
| // TODO(jrummell): Remove this method once blink updated. |