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

Unified Diff: media/filters/video_renderer_impl_unittest.cc

Issue 418143005: media: Introduce Renderer interface and RendererImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor cleanup Created 6 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
Index: media/filters/video_renderer_impl_unittest.cc
diff --git a/media/filters/video_renderer_impl_unittest.cc b/media/filters/video_renderer_impl_unittest.cc
index 4f44939640ad7d172f25076d2d7b97d1b67d006e..686343f0187f5afc1730d122d76f5e0d0c1523a7 100644
--- a/media/filters/video_renderer_impl_unittest.cc
+++ b/media/filters/video_renderer_impl_unittest.cc
@@ -140,6 +140,7 @@ class VideoRendererImplTest : public ::testing::Test {
void Destroy() {
SCOPED_TRACE("Destroy()");
renderer_.reset();
+ message_loop_.RunUntilIdle();
}
// Parses a string representation of video frames and generates corresponding

Powered by Google App Engine
This is Rietveld 408576698