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

Unified Diff: media/base/null_video_sink_unittest.cc

Issue 1996763002: Make painting a single frame a permanent API on VideoRendererSink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. Created 4 years, 7 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
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 494dd4e6f464f700989d92830fc0d35c0862afbb..aa0603be7ba6567af87801ae419e06ff5bb67b07 100644
--- a/media/base/null_video_sink_unittest.cc
+++ b/media/base/null_video_sink_unittest.cc
@@ -74,7 +74,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->PaintFrameUsingOldRenderingPath(test_frame);
+ sink->PaintSingleFrame(test_frame);
{
SCOPED_TRACE("Waiting for sink startup.");

Powered by Google App Engine
This is Rietveld 408576698