summaryrefslogtreecommitdiffstats
path: root/mojo/gles2/gles2_support_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/gles2/gles2_support_impl.h')
-rw-r--r--mojo/gles2/gles2_support_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mojo/gles2/gles2_support_impl.h b/mojo/gles2/gles2_support_impl.h
index a57000d..3305bf6 100644
--- a/mojo/gles2/gles2_support_impl.h
+++ b/mojo/gles2/gles2_support_impl.h
@@ -18,7 +18,7 @@ class MOJO_GLES2_IMPL_EXPORT GLES2SupportImpl : public GLES2Support {
static void Init();
- virtual void Initialize(MojoAsyncWaiter* async_waiter) OVERRIDE;
+ virtual void Initialize(const MojoAsyncWaiter* async_waiter) OVERRIDE;
virtual void Terminate() OVERRIDE;
virtual MojoGLES2Context CreateContext(
MessagePipeHandle handle,
@@ -37,7 +37,7 @@ class MOJO_GLES2_IMPL_EXPORT GLES2SupportImpl : public GLES2Support {
private:
GLES2SupportImpl();
- MojoAsyncWaiter* async_waiter_;
+ const MojoAsyncWaiter* async_waiter_;
};
} // namespace gles2