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

Unified Diff: media/mojo/clients/mojo_renderer_unittest.cc

Issue 2640003002: Implement MojoAudioRendererSink and use it in UtilityMojoMediaClient (Closed)
Patch Set: Rebase 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/mojo/clients/mojo_renderer_factory.cc ('k') | media/mojo/common/media_type_converters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/clients/mojo_renderer_unittest.cc
diff --git a/media/mojo/clients/mojo_renderer_unittest.cc b/media/mojo/clients/mojo_renderer_unittest.cc
index f96a945e2b2b33ad0ac00aeac9199aa1ebcbcc95..3ed48d10e293520e9b5e715ca3eb6689a65610c4 100644
--- a/media/mojo/clients/mojo_renderer_unittest.cc
+++ b/media/mojo/clients/mojo_renderer_unittest.cc
@@ -73,7 +73,7 @@ class MojoRendererTest : public ::testing::Test {
mojo_renderer_.reset(
new MojoRenderer(message_loop_.task_runner(),
std::unique_ptr<VideoOverlayFactory>(nullptr), nullptr,
- std::move(remote_renderer)));
+ nullptr, std::move(remote_renderer)));
// CreateAudioStream() and CreateVideoStream() overrides expectations for
// expected non-NULL streams.
« no previous file with comments | « media/mojo/clients/mojo_renderer_factory.cc ('k') | media/mojo/common/media_type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698