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

Unified Diff: mojo/gles2/command_buffer_client_impl.h

Issue 294833002: Mojo: more idiomatic C++ bindings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more Created 6 years, 7 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
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;

Powered by Google App Engine
This is Rietveld 408576698