| 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;
|
|
|