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

Unified Diff: media/blink/webmediaplayer_util.h

Issue 1712903002: Remove prefixed EME. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix layout tests. Created 4 years, 10 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: media/blink/webmediaplayer_util.h
diff --git a/media/blink/webmediaplayer_util.h b/media/blink/webmediaplayer_util.h
index 7f4e7e96fb11a285cefff2b4bcb66bdcb7d75a23..81c2235aea22c2620828ea5a687bace1ceeef22e 100644
--- a/media/blink/webmediaplayer_util.h
+++ b/media/blink/webmediaplayer_util.h
@@ -34,6 +34,8 @@ void MEDIA_BLINK_EXPORT ReportMetrics(blink::WebMediaPlayer::LoadType load_type,
void MEDIA_BLINK_EXPORT RecordOriginOfHLSPlayback(const GURL& origin_url);
// Convert Initialization Data Types.
+// TODO(ddorwin): Move the first to an EME-specific file.
+// We may also want to move the second and pass Blink types to WMPI.
EmeInitDataType MEDIA_BLINK_EXPORT
ConvertToEmeInitDataType(blink::WebEncryptedMediaInitDataType init_data_type);
xhwang 2016/02/19 23:39:14 Add an empty line? It's kinda hard to read.
ddorwin 2016/02/20 01:04:46 Done.
blink::WebEncryptedMediaInitDataType MEDIA_BLINK_EXPORT

Powered by Google App Engine
This is Rietveld 408576698