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

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: addressed comments Created 4 years, 7 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..33565b0daf770dd56dea084d6f1fee99f0e47c9d 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 = "";
+ FrozenArray<MediaArtworkInit> artworks;
mlamouri (slow - plz ping) 2016/06/02 16:10:06 As discussed in the spec bug, I think we could mak
Zhiqiang Zhang (Slow) 2016/06/03 16:07:31 Done. But I think we should use sequence<>/FrozenA
};

Powered by Google App Engine
This is Rietveld 408576698