Index: mojo/gles2/command_buffer_client_impl.h |
diff --git a/mojo/gles2/command_buffer_client_impl.h b/mojo/gles2/command_buffer_client_impl.h |
index 6aa4baf289b537b0f105ddf42b1d7da0f1e50579..e4c78935447ce084bbec284fc9d49501d23e9546 100644 |
--- a/mojo/gles2/command_buffer_client_impl.h |
+++ b/mojo/gles2/command_buffer_client_impl.h |
@@ -82,7 +82,7 @@ class CommandBufferClientImpl : public CommandBufferClient, |
private: |
// CommandBufferClient implementation: |
virtual void DidInitialize(bool success) OVERRIDE; |
- virtual void DidMakeProgress(const CommandBufferState& state) OVERRIDE; |
+ virtual void DidMakeProgress(CommandBufferStatePtr state) OVERRIDE; |
virtual void DidDestroy() OVERRIDE; |
virtual void LostContext(int32_t lost_reason) OVERRIDE; |