| Index: webkit/media/webmediaplayer_impl.h
|
| diff --git a/webkit/media/webmediaplayer_impl.h b/webkit/media/webmediaplayer_impl.h
|
| index f01a011d023a68f300f5c945d4bd11dad1b2e790..6ef94b2adfc50b2ab4c6ac584b9f870c6873c760 100644
|
| --- a/webkit/media/webmediaplayer_impl.h
|
| +++ b/webkit/media/webmediaplayer_impl.h
|
| @@ -226,7 +226,6 @@ class WebMediaPlayerImpl
|
| void OnPipelineSeek(media::PipelineStatus status);
|
| void OnPipelineEnded(media::PipelineStatus status);
|
| void OnPipelineError(media::PipelineStatus error);
|
| - void OnNetworkEvent(media::NetworkEvent type);
|
| void OnDemuxerOpened();
|
| void OnKeyNeeded(scoped_array<uint8> init_data, int init_data_size);
|
| void SetOpaque(bool);
|
| @@ -235,6 +234,9 @@ class WebMediaPlayerImpl
|
| // Called after asynchronous initialization of a data source completed.
|
| void DataSourceInitialized(const GURL& gurl, media::PipelineStatus status);
|
|
|
| + // Called when the data source is downloading or paused.
|
| + void NotifyDownloading(bool is_downloading);
|
| +
|
| // Finishes starting the pipeline due to a call to load().
|
| void StartPipeline();
|
|
|
|
|