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

Unified Diff: third_party/WebKit/Source/modules/mediasession/MediaMetadataInit.idl

Issue 2013813002: Implement MediaMetadata artwork in Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed the copy of WebMediaMetadata from MediaMetadata Created 4 years, 6 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/Source/modules/mediasession/MediaMetadataInit.idl
diff --git a/third_party/WebKit/Source/modules/mediasession/MediaMetadataInit.idl b/third_party/WebKit/Source/modules/mediasession/MediaMetadataInit.idl
index 60377cd6552b599a0ab3bddc79a6598c4026e437..1b023bab2bc71e2316baa4ad1c565165f715bc7a 100644
--- a/third_party/WebKit/Source/modules/mediasession/MediaMetadataInit.idl
+++ b/third_party/WebKit/Source/modules/mediasession/MediaMetadataInit.idl
@@ -8,4 +8,5 @@ dictionary MediaMetadataInit {
DOMString title = "";
DOMString artist = "";
DOMString album = "";
+ MediaArtworkInit[] artworks = [];
mlamouri (slow - plz ping) 2016/06/08 13:06:18 I agree that we should use sequence<> if that's va
Zhiqiang Zhang (Slow) 2016/06/09 15:30:13 Done.
};

Powered by Google App Engine
This is Rietveld 408576698