| Index: media/base/pipeline.h
|
| diff --git a/media/base/pipeline.h b/media/base/pipeline.h
|
| index b40a66059e36f8888b754f75f40ade23fd8fe035..06bffba19a138daa1ef40bf32f2a43e4f67e227c 100644
|
| --- a/media/base/pipeline.h
|
| +++ b/media/base/pipeline.h
|
| @@ -164,7 +164,7 @@ class MEDIA_EXPORT Pipeline : public DemuxerHost {
|
| base::TimeDelta GetMediaTime() const;
|
|
|
| // Get approximate time ranges of buffered media.
|
| - Ranges<base::TimeDelta> GetBufferedTimeRanges();
|
| + Ranges<base::TimeDelta> GetBufferedTimeRanges() const;
|
|
|
| // Get the duration of the media in microseconds. If the duration has not
|
| // been determined yet, then returns 0.
|
|
|