summaryrefslogtreecommitdiffstats
path: root/mojo/gles2/gles2_context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/gles2/gles2_context.cc')
-rw-r--r--mojo/gles2/gles2_context.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/gles2/gles2_context.cc b/mojo/gles2/gles2_context.cc
index 78e5168..701b0fe 100644
--- a/mojo/gles2/gles2_context.cc
+++ b/mojo/gles2/gles2_context.cc
@@ -20,7 +20,7 @@ const size_t kDefaultMinTransferBufferSize = 1 * 256 * 1024;
const size_t kDefaultMaxTransferBufferSize = 16 * 1024 * 1024;
}
-GLES2Context::GLES2Context(MojoAsyncWaiter* async_waiter,
+GLES2Context::GLES2Context(const MojoAsyncWaiter* async_waiter,
ScopedMessagePipeHandle command_buffer_handle,
MojoGLES2ContextLost lost_callback,
MojoGLES2DrawAnimationFrame animation_callback,