| Index: media/filters/video_frame_stream.h
|
| diff --git a/media/filters/video_frame_stream.h b/media/filters/video_frame_stream.h
|
| index e560557c81bd290a461544a4876c8c29ccfceeba..c384bca7b8858b77140b61c391a720dbbe75ce48 100644
|
| --- a/media/filters/video_frame_stream.h
|
| +++ b/media/filters/video_frame_stream.h
|
| @@ -68,7 +68,7 @@ class MEDIA_EXPORT VideoFrameStream : public DemuxerStream {
|
|
|
| // Returns true if the decoder currently has the ability to decode and return
|
| // a VideoFrame.
|
| - bool HasOutputFrameAvailable() const;
|
| + bool CanReadWithoutStalling() const;
|
|
|
| // DemuxerStream implementation.
|
| virtual void Read(const ReadCB& read_cb) OVERRIDE;
|
|
|