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

Unified Diff: media/filters/pipeline_controller_unittest.cc

Issue 2688383006: [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 | « media/blink/webmediaplayer_impl.cc ('k') | media/test/pipeline_integration_test_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/pipeline_controller_unittest.cc
diff --git a/media/filters/pipeline_controller_unittest.cc b/media/filters/pipeline_controller_unittest.cc
index fe2f1585db6bca8e45fc645463942ec4b7e6a4a6..228014dc8c4c8438b2ccc26175ba3235cb5a7f03 100644
--- a/media/filters/pipeline_controller_unittest.cc
+++ b/media/filters/pipeline_controller_unittest.cc
@@ -136,6 +136,7 @@ class PipelineControllerTest : public ::testing::Test, public Pipeline::Client {
void OnWaitingForDecryptionKey() override {}
void OnVideoNaturalSizeChange(const gfx::Size& size) override {}
void OnVideoOpacityChange(bool opaque) override {}
+ void OnVideoAverageKeyframeDistanceUpdate() override {}
base::MessageLoop message_loop_;
« no previous file with comments | « media/blink/webmediaplayer_impl.cc ('k') | media/test/pipeline_integration_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698