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

Unified Diff: media/filters/video_renderer_base_unittest.cc

Issue 9309115: Remove logspam from VideoRendererBaseTest that snuck in with r120151. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/video_renderer_base_unittest.cc
diff --git a/media/filters/video_renderer_base_unittest.cc b/media/filters/video_renderer_base_unittest.cc
index ffeb622bc5a21cc20d5dfec6fdacf20142d9a5fe..0bd06e58390a167c868c7ebaa940cd3614d7cdd4 100644
--- a/media/filters/video_renderer_base_unittest.cc
+++ b/media/filters/video_renderer_base_unittest.cc
@@ -59,12 +59,12 @@ class VideoRendererBaseTest : public ::testing::Test {
EXPECT_CALL(*decoder_, natural_size())
.WillRepeatedly(ReturnRef(kNaturalSize));
-
EXPECT_CALL(stats_callback_object_, OnStatistics(_))
.Times(AnyNumber());
-
EXPECT_CALL(*this, SetOpaqueCBWasCalled(_))
.WillRepeatedly(::testing::Return());
+ EXPECT_CALL(*this, VideoTimeCBWasCalled(_))
+ .WillRepeatedly(::testing::Return());
}
virtual ~VideoRendererBaseTest() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698