diff options
Diffstat (limited to 'mojo/gles2/gles2_context.h')
-rw-r--r-- | mojo/gles2/gles2_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/gles2/gles2_context.h b/mojo/gles2/gles2_context.h index 430825d..cfbfcd6 100644 --- a/mojo/gles2/gles2_context.h +++ b/mojo/gles2/gles2_context.h @@ -28,7 +28,7 @@ class GLES2Context : public CommandBufferDelegate, public MojoGLES2ContextPrivate { public: explicit GLES2Context(MojoAsyncWaiter* async_waiter, - ScopedMessagePipeHandle pipe, + ScopedCommandBufferHandle command_buffer_handle, MojoGLES2ContextLost lost_callback, MojoGLES2DrawAnimationFrame animation_callback, void* closure); |