| Index: trunk/src/content/renderer/media/buffered_data_source.h
|
| ===================================================================
|
| --- trunk/src/content/renderer/media/buffered_data_source.h (revision 285857)
|
| +++ trunk/src/content/renderer/media/buffered_data_source.h (working copy)
|
| @@ -98,7 +98,7 @@
|
|
|
| // media::DataSource implementation.
|
| // Called from demuxer thread.
|
| - virtual void Stop() OVERRIDE;
|
| + virtual void Stop(const base::Closure& closure) OVERRIDE;
|
|
|
| virtual void Read(int64 position, int size, uint8* data,
|
| const media::DataSource::ReadCB& read_cb) OVERRIDE;
|
|
|