| Index: chromecast/browser/media/cma_message_filter_host.h
|
| diff --git a/chromecast/browser/media/cma_message_filter_host.h b/chromecast/browser/media/cma_message_filter_host.h
|
| index 9cfd325a83dd758bada64e56936cbac3eb891bc9..9b1620516ff875edbf3a16edc46bb37c68afa600 100644
|
| --- a/chromecast/browser/media/cma_message_filter_host.h
|
| +++ b/chromecast/browser/media/cma_message_filter_host.h
|
| @@ -74,9 +74,10 @@ class CmaMessageFilterHost
|
| void AudioInitialize(int media_id,
|
| TrackId track_id,
|
| const ::media::AudioDecoderConfig& config);
|
| - void VideoInitialize(int media_id,
|
| - TrackId track_id,
|
| - const ::media::VideoDecoderConfig& config);
|
| + void VideoInitialize(
|
| + int media_id,
|
| + TrackId track_id,
|
| + const std::vector<::media::VideoDecoderConfig>& configs);
|
| void StartPlayingFrom(int media_id, base::TimeDelta time);
|
| void Flush(int media_id);
|
| void Stop(int media_id);
|
|
|