Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(652)

Unified Diff: media/base/video_decoder.h

Issue 18580008: Rename VideoDecoder::HasOutputFrameAvailable() to CanReadWithoutStalling(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: name change and drop disabled (invalid) test Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/base/video_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | media/base/video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698