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

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: fixed tests 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..7ba3e2115f56a6b3cb4711547732a4b4238262bc 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 = "";
+ sequence<MediaArtworkInit>? artworks;
mlamouri (slow - plz ping) 2016/05/31 16:41:50 The optional marker (ie. "?") doesn't really apply
Zhiqiang Zhang (Slow) 2016/06/01 19:40:57 Done.
};

Powered by Google App Engine
This is Rietveld 408576698