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

Unified Diff: media/base/mock_filters.h

Issue 2697123002: [Media, Video] Update WMPI when the pipeline gets a new average keyframe distance. (Closed)
Patch Set: Created 3 years, 10 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/pipeline.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 42345e54fd6013001e5df1ddc09fa9f6375f8877..82abcea968817cf6f8cad3428aad239829eaf9d2 100644
--- a/media/base/mock_filters.h
+++ b/media/base/mock_filters.h
@@ -57,6 +57,7 @@ class MockPipelineClient : public Pipeline::Client {
MOCK_METHOD0(OnWaitingForDecryptionKey, void());
MOCK_METHOD1(OnVideoNaturalSizeChange, void(const gfx::Size&));
MOCK_METHOD1(OnVideoOpacityChange, void(bool));
+ MOCK_METHOD0(OnVideoAverageKeyframeDistanceUpdate, void());
};
class MockPipeline : public Pipeline {
« no previous file with comments | « no previous file | media/base/pipeline.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698