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

Unified Diff: media/base/video_decoder.cc

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 | « media/base/video_decoder.h ('k') | media/filters/gpu_video_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/video_decoder.cc
diff --git a/media/base/video_decoder.cc b/media/base/video_decoder.cc
index ba47baef9fc14687781ac0203b864228e01fab11..81397b7b676cb0611de4ef066018b9b804013c70 100644
--- a/media/base/video_decoder.cc
+++ b/media/base/video_decoder.cc
@@ -18,7 +18,7 @@ bool VideoDecoder::NeedsBitstreamConversion() const {
return false;
}
-bool VideoDecoder::HasOutputFrameAvailable() const {
+bool VideoDecoder::CanReadWithoutStalling() const {
return true;
}
« no previous file with comments | « media/base/video_decoder.h ('k') | media/filters/gpu_video_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698