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

Unified Diff: content/renderer/renderer_webkitplatformsupport_impl.h

Issue 16583004: Add Stubbed implementation of WebCDM* interfaces for unprefixed EME APIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review feedback Created 7 years, 6 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: content/renderer/renderer_webkitplatformsupport_impl.h
diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h
index a3005adb2aa4fa382621b5522eb4e73c2afa28fc..7fbb4cd9d196805ba67ef47f8f4116d1800a9c63 100644
--- a/content/renderer/renderer_webkitplatformsupport_impl.h
+++ b/content/renderer/renderer_webkitplatformsupport_impl.h
@@ -104,6 +104,9 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl
double sample_rate, WebKit::WebAudioDevice::RenderCallback* callback,
const WebKit::WebString& input_device_id);
+ virtual WebKit::WebContentDecryptionModule*createContentDecryptionModule(
jamesr 2013/06/12 20:40:49 missing a space
ddorwin 2013/06/12 21:13:00 Done.
+ const WebKit::WebString& key_system);
+
virtual WebKit::WebBlobRegistry* blobRegistry();
virtual void sampleGamepads(WebKit::WebGamepads&);
virtual WebKit::WebString userAgent(const WebKit::WebURL& url);

Powered by Google App Engine
This is Rietveld 408576698