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

Unified Diff: third_party/WebKit/Source/modules/mediacapabilities/VideoConfiguration.idl

Issue 2706093002: Media Capabilities: update Blink implementation and WPT to match latest spec changes. (Closed)
Patch Set: update MANIFEST.json Created 3 years, 10 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/Source/modules/mediacapabilities/MediaConfiguration.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/mediacapabilities/VideoConfiguration.idl
diff --git a/third_party/WebKit/Source/modules/mediacapabilities/VideoConfiguration.idl b/third_party/WebKit/Source/modules/mediacapabilities/VideoConfiguration.idl
index bf4f615b6b019bdf2418274c0646650384e4f6bf..af63d0bd4b764997847b05f49e0d6e2b6f0f6541 100644
--- a/third_party/WebKit/Source/modules/mediacapabilities/VideoConfiguration.idl
+++ b/third_party/WebKit/Source/modules/mediacapabilities/VideoConfiguration.idl
@@ -5,7 +5,7 @@
// https://wicg.github.io/media-capabilities/#dictdef-videoconfiguration
dictionary VideoConfiguration {
- required DOMString type;
+ required DOMString contentType;
required unsigned long width;
required unsigned long height;
required unsigned long bitrate;
« no previous file with comments | « third_party/WebKit/Source/modules/mediacapabilities/MediaConfiguration.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698