Chromium Code Reviews| Index: webkit/media/webmediaplayer_impl.h |
| diff --git a/webkit/media/webmediaplayer_impl.h b/webkit/media/webmediaplayer_impl.h |
| index 385e030581dbcb72b77f8d677a404f15a7fa9b74..a1e61263fa87c979c2925f56505f912d3b12e118 100644 |
| --- a/webkit/media/webmediaplayer_impl.h |
| +++ b/webkit/media/webmediaplayer_impl.h |
| @@ -245,6 +245,7 @@ class WebMediaPlayerImpl |
| int message_length, |
| const std::string& default_url); |
| void OnNeedKey(const std::string& key_system, |
| + const std::string& type, |
| const std::string& session_id, |
| scoped_array<uint8> init_data, |
| int init_data_size); |
| @@ -364,6 +365,8 @@ class WebMediaPlayerImpl |
| scoped_refptr<media::ChunkDemuxer> chunk_demuxer_; |
| + std::string init_data_type_; |
|
ddorwin
2012/10/27 00:08:26
// Temporary for EME v0.1.
Or something like that.
xhwang
2012/10/27 00:50:14
Done.
|
| + |
| DISALLOW_COPY_AND_ASSIGN(WebMediaPlayerImpl); |
| }; |