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

Unified Diff: webkit/glue/webkitplatformsupport_impl.h

Issue 12713004: Add Chromium-side changes for MediaSource::isTypeSupported() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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: 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

Powered by Google App Engine
This is Rietveld 408576698