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

Unified Diff: media/base/mock_filters.h

Issue 2243683002: Add OnDurationChange() to RenderClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media_player_simplified
Patch Set: Fixed typo Created 4 years, 4 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 | « content/renderer/media/android/media_player_renderer_client.cc ('k') | media/base/pipeline_impl.cc » ('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 598860f937ab090e83ae2ceef74bc949ec6e1989..08c1454165db0e6c0849304535865eb83ff26a51 100644
--- a/media/base/mock_filters.h
+++ b/media/base/mock_filters.h
@@ -226,6 +226,7 @@ class MockRendererClient : public RendererClient {
MOCK_METHOD0(OnWaitingForDecryptionKey, void());
MOCK_METHOD1(OnVideoNaturalSizeChange, void(const gfx::Size&));
MOCK_METHOD1(OnVideoOpacityChange, void(bool));
+ MOCK_METHOD1(OnDurationChange, void(base::TimeDelta));
};
class MockVideoRenderer : public VideoRenderer {
« no previous file with comments | « content/renderer/media/android/media_player_renderer_client.cc ('k') | media/base/pipeline_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698