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