| Index: mojo/services/gles2/gles2_impl.cc
|
| diff --git a/mojo/services/gles2/gles2_impl.cc b/mojo/services/gles2/gles2_impl.cc
|
| index 6aac1d3965db4e90f760bd4e009e2cebe34d5476..63ed9d7b5ed7fc73c93ae380659099ee3a9a3c0c 100644
|
| --- a/mojo/services/gles2/gles2_impl.cc
|
| +++ b/mojo/services/gles2/gles2_impl.cc
|
| @@ -43,7 +43,7 @@ void GLES2Impl::CreateContext(gfx::AcceleratedWidget widget,
|
| gpu::gles2::GLES2Interface* gl = gl_context_->GetImplementation();
|
| uint64_t encoded_gl = static_cast<uint64_t>(reinterpret_cast<uintptr_t>(gl));
|
|
|
| - client_->DidCreateContext(encoded_gl, size.width(), size.height());
|
| + client_->DidCreateContext(encoded_gl);
|
| }
|
|
|
| void GLES2Impl::OnGLContextLost() {
|
|
|