| Index: content/renderer/media/buffered_data_source_host_impl.cc
|
| diff --git a/content/renderer/media/buffered_data_source_host_impl.cc b/content/renderer/media/buffered_data_source_host_impl.cc
|
| index dd231f38439360ec1f209b205891d794a4d67774..03311db3112921221a9dfcb4949bb5444ab4d318 100644
|
| --- a/content/renderer/media/buffered_data_source_host_impl.cc
|
| +++ b/content/renderer/media/buffered_data_source_host_impl.cc
|
| @@ -47,7 +47,7 @@ void BufferedDataSourceHostImpl::AddBufferedTimeRanges(
|
| }
|
| }
|
|
|
| -bool BufferedDataSourceHostImpl::DidLoadingProgress() const {
|
| +bool BufferedDataSourceHostImpl::DidLoadingProgress() {
|
| bool ret = did_loading_progress_;
|
| did_loading_progress_ = false;
|
| return ret;
|
|
|