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

Unified Diff: third_party/WebKit/public/platform/modules/media_capabilities/WebVideoConfiguration.h

Issue 2805553004: Wire up MediaCapabilities is_supported to MimeUtil (Closed)
Patch Set: Remove test for theora - not supported on android Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/public/platform/modules/media_capabilities/WebAudioConfiguration.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/media_capabilities/WebVideoConfiguration.h
diff --git a/third_party/WebKit/public/platform/modules/media_capabilities/WebVideoConfiguration.h b/third_party/WebKit/public/platform/modules/media_capabilities/WebVideoConfiguration.h
index a65ed265b98c9e7d4c3ee99558ef7ee99954dadb..5b1d1501b3535d4a1c7381a692a399ab8f300cce 100644
--- a/third_party/WebKit/public/platform/modules/media_capabilities/WebVideoConfiguration.h
+++ b/third_party/WebKit/public/platform/modules/media_capabilities/WebVideoConfiguration.h
@@ -13,7 +13,8 @@ namespace blink {
// It is created by Blink and passed to consumers that can assume that all
// required fields are properly set.
struct WebVideoConfiguration {
- WebString content_type;
+ WebString mime_type;
+ WebString codec;
unsigned width;
unsigned height;
unsigned bitrate;
« no previous file with comments | « third_party/WebKit/public/platform/modules/media_capabilities/WebAudioConfiguration.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698