Index: content/renderer/media/webcontentdecryptionmodule_impl.h |
diff --git a/content/renderer/media/webcontentdecryptionmodule_impl.h b/content/renderer/media/webcontentdecryptionmodule_impl.h |
index 871ca27f4a98432cf3d5ae9c838b81b483832416..2619e5610b3eeea3a0ca232bd018536aac3a85e5 100644 |
--- a/content/renderer/media/webcontentdecryptionmodule_impl.h |
+++ b/content/renderer/media/webcontentdecryptionmodule_impl.h |
@@ -59,6 +59,8 @@ class WebContentDecryptionModuleImpl |
#endif // defined(ENABLE_BROWSER_CDMS) |
// blink::WebContentDecryptionModule implementation. |
+ virtual blink::WebContentDecryptionModuleSession* createSession(); |
+ // TODO(jrummell): Remove this method once blink updated. |
virtual blink::WebContentDecryptionModuleSession* createSession( |
blink::WebContentDecryptionModuleSession::Client* client); |