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

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

Issue 2698063002: Mojo C++ bindings: remove usage of AssociatedGroup from media/ (Closed)
Patch Set: 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.cc ('k') | media/mojo/services/media_service_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/clients/mojo_video_decoder.cc
diff --git a/media/mojo/clients/mojo_video_decoder.cc b/media/mojo/clients/mojo_video_decoder.cc
index c608bdcd2966e5e3529c689388f23e99f0f071bc..04e8439ac84dfe1a9158de0e835171bdee057aaa 100644
--- a/media/mojo/clients/mojo_video_decoder.cc
+++ b/media/mojo/clients/mojo_video_decoder.cc
@@ -175,7 +175,7 @@ void MojoVideoDecoder::BindRemoteDecoder() {
// TODO(sandersd): Does this need its own error handler?
mojom::VideoDecoderClientAssociatedPtrInfo client_ptr_info;
- client_binding_.Bind(&client_ptr_info, remote_decoder_.associated_group());
+ client_binding_.Bind(&client_ptr_info);
// TODO(sandersd): Better buffer sizing.
mojo::ScopedDataPipeConsumerHandle remote_consumer_handle;
« no previous file with comments | « media/mojo/clients/mojo_renderer.cc ('k') | media/mojo/services/media_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698