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

Unified Diff: media/base/mock_filters.h

Issue 2372863002: Rename VideoRenderer::OnTimeStateChanged to OnTime{Progressing,Stopped} (Closed)
Patch Set: suggestion Created 4 years, 3 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_renderer.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 0185567b84245bb33e088650047cf0e86f433312..fc393c1d2e733173480f4950d441170efce0e564 100644
--- a/media/base/mock_filters.h
+++ b/media/base/mock_filters.h
@@ -245,7 +245,8 @@ class MockVideoRenderer : public VideoRenderer {
const PipelineStatusCB& init_cb));
MOCK_METHOD1(Flush, void(const base::Closure& callback));
MOCK_METHOD1(StartPlayingFrom, void(base::TimeDelta));
- MOCK_METHOD1(OnTimeStateChanged, void(bool));
+ MOCK_METHOD0(OnTimeProgressing, void());
+ MOCK_METHOD0(OnTimeStopped, void());
private:
DISALLOW_COPY_AND_ASSIGN(MockVideoRenderer);
« no previous file with comments | « no previous file | media/base/video_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698