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

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

Issue 2394223002: Rename MediaArtwork -> MediaImage (Closed)
Patch Set: rebased Created 4 years, 2 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 bf802876118536218dccfa6f07745e775f9df1ec..5e467e295ab5875620745e324179243f141a5a84 100644
--- a/third_party/WebKit/Source/modules/mediasession/MediaMetadataInit.idl
+++ b/third_party/WebKit/Source/modules/mediasession/MediaMetadataInit.idl
@@ -8,5 +8,5 @@ dictionary MediaMetadataInit {
DOMString title = "";
DOMString artist = "";
DOMString album = "";
- sequence<MediaArtworkInit> artwork = [];
+ sequence<MediaImageInit> artwork = [];
};

Powered by Google App Engine
This is Rietveld 408576698