| Index: mojo/examples/sample_app/gles2_client_impl.h
|
| diff --git a/mojo/examples/sample_app/gles2_client_impl.h b/mojo/examples/sample_app/gles2_client_impl.h
|
| index 08b2a3e5ebe1cec61842f514fcde33fcb72fe810..a75a2846ad194a07ae70022832974b690265d3c4 100644
|
| --- a/mojo/examples/sample_app/gles2_client_impl.h
|
| +++ b/mojo/examples/sample_app/gles2_client_impl.h
|
| @@ -16,7 +16,7 @@ namespace examples {
|
|
|
| class GLES2ClientImpl {
|
| public:
|
| - explicit GLES2ClientImpl(ScopedMessagePipeHandle pipe);
|
| + explicit GLES2ClientImpl(CommandBufferPtr command_buffer);
|
| virtual ~GLES2ClientImpl();
|
|
|
| void SetSize(const Size& size);
|
|
|