| 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 4960db58e22b012e198948e47719d8c6deb95ae4..3a9edf72dc8f81ddfe5a5288a839b79e33755095 100644
|
| --- a/ppapi/shared_impl/ppb_graphics_3d_shared.cc
|
| +++ b/ppapi/shared_impl/ppb_graphics_3d_shared.cc
|
| @@ -129,9 +129,7 @@ bool PPB_Graphics3D_Shared::CreateGLES2Impl(
|
| share_gles2 ? share_gles2->share_group() : NULL,
|
| transfer_buffer_.get(),
|
| false,
|
| - true,
|
| - NULL // Do not use GpuMemoryBuffers.
|
| - ));
|
| + true));
|
|
|
| if (!gles2_impl_->Initialize(
|
| transfer_buffer_size,
|
|
|