Index: content/renderer/renderer_webkitplatformsupport_impl.h |
diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h |
index 462186ca94286c2a0292924ad7048e0bb0a0fcf8..d31d71395c3df52303335ebff5a8d161b49a7f9e 100644 |
--- a/content/renderer/renderer_webkitplatformsupport_impl.h |
+++ b/content/renderer/renderer_webkitplatformsupport_impl.h |
@@ -93,6 +93,12 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl |
unsigned key_size_index, |
const blink::WebString& challenge, |
const blink::WebURL& url); |
+ virtual blink::WebContentDecryptionModule::SupportsKeySystem |
+ isKeySystemSupported(const blink::WebString& key_system, |
+ const blink::WebString& init_data_type, |
+ const blink::WebString& container, |
+ const blink::WebString& codecs, |
+ const blink::WebString& capability); |
virtual void getPluginList(bool refresh, |
blink::WebPluginListBuilder* builder); |
virtual blink::WebPublicSuffixList* publicSuffixList(); |