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

Unified Diff: media/base/mock_filters.h

Issue 20136002: Reland r212023 "Rename VideoDecoder::ReadCB to VideoDecoder::DecodeCB." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix content_browsertests failure. Created 7 years, 5 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.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/mock_filters.h
diff --git a/media/base/mock_filters.h b/media/base/mock_filters.h
index e73331c1fba618885bdd01378ae5470b47ac7e67..fb5e8a0dfd86aaa86d85fbed65f6676a5cd24407 100644
--- a/media/base/mock_filters.h
+++ b/media/base/mock_filters.h
@@ -74,7 +74,7 @@ class MockVideoDecoder : public VideoDecoder {
MOCK_METHOD2(Initialize, void(const VideoDecoderConfig& config,
const PipelineStatusCB&));
MOCK_METHOD2(Decode, void(const scoped_refptr<DecoderBuffer>& buffer,
- const ReadCB&));
+ const DecodeCB&));
MOCK_METHOD1(Reset, void(const base::Closure&));
MOCK_METHOD1(Stop, void(const base::Closure&));
MOCK_CONST_METHOD0(HasAlpha, bool());
« no previous file with comments | « no previous file | media/base/video_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698