summaryrefslogtreecommitdiffstats
path: root/mojo/gles2/gles2_support_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/gles2/gles2_support_impl.cc')
-rw-r--r--mojo/gles2/gles2_support_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/gles2/gles2_support_impl.cc b/mojo/gles2/gles2_support_impl.cc
index c348219..7fd8608 100644
--- a/mojo/gles2/gles2_support_impl.cc
+++ b/mojo/gles2/gles2_support_impl.cc
@@ -47,7 +47,7 @@ GLES2SupportImpl::~GLES2SupportImpl() {}
// static
void GLES2SupportImpl::Init() { GLES2Support::Init(new GLES2SupportImpl()); }
-void GLES2SupportImpl::Initialize(MojoAsyncWaiter* async_waiter) {
+void GLES2SupportImpl::Initialize(const MojoAsyncWaiter* async_waiter) {
DCHECK(!async_waiter_);
DCHECK(async_waiter);
async_waiter_ = async_waiter;