Index: webkit/glue/webkitplatformsupport_impl.h |
diff --git a/webkit/glue/webkitplatformsupport_impl.h b/webkit/glue/webkitplatformsupport_impl.h |
index 0f77447f5714e54ebaf11a629fddbff841509446..bcceef4c12e3d394c5fc7c51d15506a02396be98 100644 |
--- a/webkit/glue/webkitplatformsupport_impl.h |
+++ b/webkit/glue/webkitplatformsupport_impl.h |
@@ -127,6 +127,9 @@ class WEBKIT_GLUE_EXPORT WebKitPlatformSupportImpl : |
virtual WebKit::WebCompositorSupport* compositorSupport(); |
virtual WebKit::WebDiscardableMemory* allocateAndLockDiscardableMemory( |
size_t bytes); |
+ virtual bool isTypeSupportedForMediaSource( |
darin (slow to review)
2013/03/14 00:14:01
Why isn't this a function on WebMIMERegistry?
acolwell GONE FROM CHROMIUM
2013/03/14 18:34:34
Done.
|
+ const WebKit::WebString& type, |
+ const WebKit::WebVector<WebKit::WebString>& codecs); |
// Embedder functions. The following are not implemented by the glue layer and |