| Index: mojo/gles2/command_buffer_client_impl.cc
|
| diff --git a/mojo/gles2/command_buffer_client_impl.cc b/mojo/gles2/command_buffer_client_impl.cc
|
| index 3a716970821c3f87a77c413f1a051b222a1616c5..cc6b9d020346bf204fdd31c0dee1c20f2b1a5755 100644
|
| --- a/mojo/gles2/command_buffer_client_impl.cc
|
| +++ b/mojo/gles2/command_buffer_client_impl.cc
|
| @@ -107,7 +107,7 @@ bool CommandBufferClientImpl::Initialize() {
|
|
|
| CommandBufferSyncClientPtr sync_client;
|
| sync_client_impl_.reset(
|
| - BindToProxy(new SyncClientImpl(), &sync_client, async_waiter_));
|
| + WeakBindToProxy(new SyncClientImpl(), &sync_client, async_waiter_));
|
|
|
| command_buffer_->Initialize(sync_client.Pass(), duped.Pass());
|
|
|
|
|