Index: examples/spinning_cube/gles2_client_impl.h |
diff --git a/examples/spinning_cube/gles2_client_impl.h b/examples/spinning_cube/gles2_client_impl.h |
index 4ba6600d3809691ddcc382c44a8eb979017621a1..03325faa39bbc3eb3ef6dc442bcee9177df94b57 100644 |
--- a/examples/spinning_cube/gles2_client_impl.h |
+++ b/examples/spinning_cube/gles2_client_impl.h |
@@ -22,7 +22,8 @@ class GLES2ClientImpl { |
void Draw(); |
private: |
- void ContextCreated(mojo::CommandBufferPtr command_buffer); |
+ void ContextCreated( |
+ mojo::InterfaceHandle<mojo::CommandBuffer> command_buffer); |
void ContextLost(); |
static void ContextLostThunk(void* closure); |
void WantToDraw(); |