summaryrefslogtreecommitdiffstats
path: root/mojo/public/gles2/gles2_private.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/public/gles2/gles2_private.cc')
-rw-r--r--mojo/public/gles2/gles2_private.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/public/gles2/gles2_private.cc b/mojo/public/gles2/gles2_private.cc
index 7887349..52b47d3 100644
--- a/mojo/public/gles2/gles2_private.cc
+++ b/mojo/public/gles2/gles2_private.cc
@@ -15,7 +15,7 @@ static mojo::GLES2Interface* g_gles2_interface = NULL;
extern "C" {
-void MojoGLES2Initialize(MojoAsyncWaiter* async_waiter) {
+void MojoGLES2Initialize(const MojoAsyncWaiter* async_waiter) {
assert(g_gles2_support);
return g_gles2_support->Initialize(async_waiter);
}