Index: media/base/video_decoder.h |
diff --git a/media/base/video_decoder.h b/media/base/video_decoder.h |
index 6a4f66a4e2d3b3aa5ac61a54f98eaa34c207ece1..11d8a7ff047394bbc7218f3388b22a9d47dd3276 100644 |
--- a/media/base/video_decoder.h |
+++ b/media/base/video_decoder.h |
@@ -88,7 +88,7 @@ class MEDIA_EXPORT VideoDecoder { |
// a VideoFrame. Most implementations can allocate a new VideoFrame and hence |
// this will always return true. Override and return false for decoders that |
// use a fixed set of VideoFrames for decoding. |
- virtual bool HasOutputFrameAvailable() const; |
+ virtual bool CanReadWithoutStalling() const; |
private: |
DISALLOW_COPY_AND_ASSIGN(VideoDecoder); |