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

Unified Diff: mojo/gles2/command_buffer_client_impl.cc

Issue 380413003: Mojo: Use InterfaceFactory<Interface> for service registration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix network_service_loader Created 6 years, 5 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 | « mojo/examples/window_manager/window_manager.cc ('k') | mojo/mojo_public.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
« no previous file with comments | « mojo/examples/window_manager/window_manager.cc ('k') | mojo/mojo_public.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698