| Index: content/renderer/pepper/ppb_graphics_3d_impl.cc
|
| diff --git a/content/renderer/pepper/ppb_graphics_3d_impl.cc b/content/renderer/pepper/ppb_graphics_3d_impl.cc
|
| index 1f11803f648cfef0701b2b131e80bcaebfb8ff20..dc7291ef65f9dfb2fa7c7259a6da38d9eade29bc 100644
|
| --- a/content/renderer/pepper/ppb_graphics_3d_impl.cc
|
| +++ b/content/renderer/pepper/ppb_graphics_3d_impl.cc
|
| @@ -160,7 +160,7 @@ gpu::CommandBuffer::State PPB_Graphics3D_Impl::FlushSyncFast(
|
| }
|
|
|
| uint32_t PPB_Graphics3D_Impl::InsertSyncPoint() {
|
| - return GetCommandBuffer()->InsertSyncPoint();
|
| + return platform_context_->GetGpuControl()->InsertSyncPoint();
|
| }
|
|
|
| bool PPB_Graphics3D_Impl::BindToInstance(bool bind) {
|
|
|