summaryrefslogtreecommitdiffstats
path: root/mojo/public/gles2/gles2_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/public/gles2/gles2_private.h')
-rw-r--r--mojo/public/gles2/gles2_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/public/gles2/gles2_private.h b/mojo/public/gles2/gles2_private.h
index c92f555..f0a336d6 100644
--- a/mojo/public/gles2/gles2_private.h
+++ b/mojo/public/gles2/gles2_private.h
@@ -24,7 +24,7 @@ class MOJO_GLES2_EXPORT GLES2Support {
static void Init(GLES2Support* gles2_support);
- virtual void Initialize(MojoAsyncWaiter* async_waiter) = 0;
+ virtual void Initialize(const MojoAsyncWaiter* async_waiter) = 0;
virtual void Terminate() = 0;
virtual MojoGLES2Context CreateContext(
MessagePipeHandle handle,