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 d5aebd5128f4743de11ba401fa7b882c4fc70165..a8c457150d0f07477712a6d72cdf6ab89f084c31 100644 |
--- a/mojo/gles2/command_buffer_client_impl.cc |
+++ b/mojo/gles2/command_buffer_client_impl.cc |
@@ -60,7 +60,7 @@ CommandBufferClientImpl::CommandBufferClientImpl( |
initialize_result_(false), |
async_waiter_(async_waiter) { |
command_buffer_.set_error_handler(this); |
- command_buffer_->SetClient(this); |
+ command_buffer_.set_client(this); |
} |
CommandBufferClientImpl::~CommandBufferClientImpl() {} |