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