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

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, 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..bf802876118536218dccfa6f07745e775f9df1ec 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> artwork = [];
};

Powered by Google App Engine
This is Rietveld 408576698