Chromium Code Reviews| Index: components/view_manager/gles2/gpu_impl.cc |
| diff --git a/components/view_manager/gles2/gpu_impl.cc b/components/view_manager/gles2/gpu_impl.cc |
| index 44d99541ddd0d88b66222b4a79644a0ea913fa76..b797578c7a00c505f728fc5a4ee4d349740b9aa3 100644 |
| --- a/components/view_manager/gles2/gpu_impl.cc |
| +++ b/components/view_manager/gles2/gpu_impl.cc |
| @@ -19,8 +19,7 @@ GpuImpl::~GpuImpl() { |
| void GpuImpl::CreateOffscreenGLES2Context( |
| mojo::InterfaceRequest<mojo::CommandBuffer> request) { |
| - new CommandBufferImpl(request.Pass(), mojo::ViewportParameterListenerPtr(), |
| - state_, |
| + new CommandBufferImpl(request.Pass(), state_, |
|
rjkroege
2015/08/06 22:09:02
what are you doing here? wasn't the VPL needed to
|
| make_scoped_ptr(new CommandBufferDriver(state_))); |
| } |