summaryrefslogtreecommitdiffstats
path: root/content/renderer/media/buffered_data_source_host_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/renderer/media/buffered_data_source_host_impl.h')
-rw-r--r--content/renderer/media/buffered_data_source_host_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/renderer/media/buffered_data_source_host_impl.h b/content/renderer/media/buffered_data_source_host_impl.h
index 301b08e..d04d467 100644
--- a/content/renderer/media/buffered_data_source_host_impl.h
+++ b/content/renderer/media/buffered_data_source_host_impl.h
@@ -25,9 +25,10 @@ class CONTENT_EXPORT BufferedDataSourceHostImpl
virtual void AddBufferedByteRange(int64 start, int64 end) OVERRIDE;
// Translate the byte ranges to time ranges and append them to the list.
+ // TODO(sandersd): This is a confusing name, find something better.
void AddBufferedTimeRanges(
media::Ranges<base::TimeDelta>* buffered_time_ranges,
- base::TimeDelta media_duration);
+ base::TimeDelta media_duration) const;
bool DidLoadingProgress();