| Index: content/renderer/renderer_webkitplatformsupport_impl.h
|
| diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h
|
| index 3ae8e358206ddd4be89453ba0a47caf716add8cb..717381cfa69aaa567dd33bc10939f648bf2e62c1 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(
|
| + const WebKit::WebString& key_system);
|
| +
|
| virtual WebKit::WebBlobRegistry* blobRegistry();
|
| virtual void sampleGamepads(WebKit::WebGamepads&);
|
| virtual WebKit::WebString userAgent(const WebKit::WebURL& url);
|
|
|