| Index: media/filters/chunk_demuxer.h
|
| diff --git a/media/filters/chunk_demuxer.h b/media/filters/chunk_demuxer.h
|
| index 80e1539a162e7265f70b6ff5c19fa36ee3919bd8..e247715fbbb00e0c0f304c89c9231f494d3649ed 100644
|
| --- a/media/filters/chunk_demuxer.h
|
| +++ b/media/filters/chunk_demuxer.h
|
| @@ -124,7 +124,7 @@ class MEDIA_EXPORT ChunkDemuxer : public Demuxer {
|
| void ReportError_Locked(PipelineStatus error);
|
|
|
| // Returns true if any stream has seeked to a time without buffered data.
|
| - bool IsSeekPending_Locked() const;
|
| + bool IsSeekWaitingForData_Locked() const;
|
|
|
| // Returns true if all streams can successfully call EndOfStream,
|
| // false if any can not.
|
|
|