Index: mojo/gles2/gles2_context.cc |
diff --git a/mojo/gles2/gles2_context.cc b/mojo/gles2/gles2_context.cc |
index 306ffeb7c3aeb5de57b09a42e7abfdcee3f1056d..78e5168a4be7098bc297cb3f95a332465e16926a 100644 |
--- a/mojo/gles2/gles2_context.cc |
+++ b/mojo/gles2/gles2_context.cc |
@@ -21,7 +21,7 @@ const size_t kDefaultMaxTransferBufferSize = 16 * 1024 * 1024; |
} |
GLES2Context::GLES2Context(MojoAsyncWaiter* async_waiter, |
- ScopedCommandBufferHandle command_buffer_handle, |
+ ScopedMessagePipeHandle command_buffer_handle, |
MojoGLES2ContextLost lost_callback, |
MojoGLES2DrawAnimationFrame animation_callback, |
void* closure) |