| Index: ppapi/shared_impl/ppb_graphics_3d_shared.cc
|
| diff --git a/ppapi/shared_impl/ppb_graphics_3d_shared.cc b/ppapi/shared_impl/ppb_graphics_3d_shared.cc
|
| index 13184eb5573373da5e32d0af0bddec7249a337a4..c5397040497157a8d6c9176edec5d39a65c1d882 100644
|
| --- a/ppapi/shared_impl/ppb_graphics_3d_shared.cc
|
| +++ b/ppapi/shared_impl/ppb_graphics_3d_shared.cc
|
| @@ -116,6 +116,7 @@ bool PPB_Graphics3D_Shared::CreateGLES2Impl(int32 command_buffer_size,
|
| // Create the object exposing the OpenGL API.
|
| gles2_impl_.reset(new gpu::gles2::GLES2Implementation(
|
| gles2_helper_.get(),
|
| + NULL,
|
| transfer_buffer_.get(),
|
| false,
|
| true));
|
|
|