Index: content/worker/worker_webkitplatformsupport_impl.h |
diff --git a/content/worker/worker_webkitplatformsupport_impl.h b/content/worker/worker_webkitplatformsupport_impl.h |
index 137e2fbf1c788ae1626255f46208261d9442da0c..7f95bd74165c401f119daa8af6cfd845bfc56442 100644 |
--- a/content/worker/worker_webkitplatformsupport_impl.h |
+++ b/content/worker/worker_webkitplatformsupport_impl.h |
@@ -79,6 +79,9 @@ class WorkerWebKitPlatformSupportImpl : public WebKitPlatformSupportImpl, |
const WebKit::WebString&, |
const WebKit::WebString&, |
const WebKit::WebString&); |
+ virtual bool supportsMediaSourceMIMEType( |
+ const WebKit::WebString&, |
+ const WebKit::WebString&); |
virtual WebKit::WebMimeRegistry::SupportsType supportsNonImageMIMEType( |
const WebKit::WebString&); |
virtual WebKit::WebString mimeTypeForExtension(const WebKit::WebString&); |