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

Unified Diff: media/base/null_video_sink_unittest.cc

Issue 2239163002: Add "repaint" option to PaintSingleFrame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media_player_simplified
Patch Set: 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 | « media/base/null_video_sink.cc ('k') | media/base/video_renderer_sink.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/null_video_sink_unittest.cc
diff --git a/media/base/null_video_sink_unittest.cc b/media/base/null_video_sink_unittest.cc
index 4fc5ed7296647343c4fef256f70d2b4b89884dcf..1c6ff4bfdbc587cb9c4f707a283bf1017d67f773 100644
--- a/media/base/null_video_sink_unittest.cc
+++ b/media/base/null_video_sink_unittest.cc
@@ -114,7 +114,7 @@ TEST_F(NullVideoSinkTest, BasicFunctionality) {
// The sink shouldn't have to be started to use the paint method.
EXPECT_CALL(*this, FrameReceived(test_frame));
- sink->PaintSingleFrame(test_frame);
+ sink->PaintSingleFrame(test_frame, false);
}
TEST_F(NullVideoSinkTest, ClocklessFunctionality) {
« no previous file with comments | « media/base/null_video_sink.cc ('k') | media/base/video_renderer_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698