Index: ppapi/proxy/ppb_graphics_3d_proxy.cc |
diff --git a/ppapi/proxy/ppb_graphics_3d_proxy.cc b/ppapi/proxy/ppb_graphics_3d_proxy.cc |
index ba988fd223595abcc7732ac9bc3880a14413567e..d70147ec55559b85fc29d40c609514afd25d353f 100644 |
--- a/ppapi/proxy/ppb_graphics_3d_proxy.cc |
+++ b/ppapi/proxy/ppb_graphics_3d_proxy.cc |
@@ -165,10 +165,6 @@ class Graphics3D::LockingCommandBuffer : public gpu::CommandBuffer { |
MaybeLock lock(need_to_lock_); |
gpu_command_buffer_->SetContextLostReason(reason); |
} |
- virtual uint32 InsertSyncPoint() OVERRIDE { |
- MaybeLock lock(need_to_lock_); |
- return gpu_command_buffer_->InsertSyncPoint(); |
- } |
// Weak pointer - see class Graphics3D for the scopted_ptr. |
gpu::CommandBuffer* gpu_command_buffer_; |