Index: mojo/gles2/gles2_client_impl.cc |
diff --git a/mojo/gles2/gles2_client_impl.cc b/mojo/gles2/gles2_client_impl.cc |
index 4bca145998cd8912f03be82ce1587717df4868dd..eec5019e9bca2046c45b3851838bc60dd3f62530 100644 |
--- a/mojo/gles2/gles2_client_impl.cc |
+++ b/mojo/gles2/gles2_client_impl.cc |
@@ -18,7 +18,7 @@ GLES2ClientImpl::GLES2ClientImpl(MojoAsyncWaiter* async_waiter, |
MojoGLES2ContextLost lost_callback, |
MojoGLES2DrawAnimationFrame animation_callback, |
void* closure) |
- : service_(pipe.Pass(), this, async_waiter), |
+ : service_(pipe.Pass(), this, NULL, async_waiter), |
implementation_(NULL), |
created_callback_(created_callback), |
lost_callback_(lost_callback), |