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

Unified Diff: third_party/WebKit/public/platform/modules/media_capabilities/WebAudioConfiguration.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
Index: third_party/WebKit/public/platform/modules/media_capabilities/WebAudioConfiguration.h
diff --git a/third_party/WebKit/public/platform/modules/media_capabilities/WebAudioConfiguration.h b/third_party/WebKit/public/platform/modules/media_capabilities/WebAudioConfiguration.h
index 12959b3c3d901c63f4b94ee9c787f9213d02cfbf..cae7da4006d395671911d6c2601bafd6151f3923 100644
--- a/third_party/WebKit/public/platform/modules/media_capabilities/WebAudioConfiguration.h
+++ b/third_party/WebKit/public/platform/modules/media_capabilities/WebAudioConfiguration.h
@@ -14,7 +14,8 @@ namespace blink {
// It is created by Blink and passed to consumers that can assume that all
// required fields are properly set.
struct WebAudioConfiguration {
- WebString content_type;
+ WebString mime_type;
+ WebString codec;
// `channels` is Optional too but it will be reflected with `isNull()`.
WebString channels;

Powered by Google App Engine
This is Rietveld 408576698