Index: content/common/gpu/client/command_buffer_proxy_impl.cc |
diff --git a/content/common/gpu/client/command_buffer_proxy_impl.cc b/content/common/gpu/client/command_buffer_proxy_impl.cc |
index 22e59a6fecd1b5e89cb87f01c15a1c2c3e3a5ae5..9884ad62640dda4c250b1d6b88146ed69c56f782 100644 |
--- a/content/common/gpu/client/command_buffer_proxy_impl.cc |
+++ b/content/common/gpu/client/command_buffer_proxy_impl.cc |
@@ -347,7 +347,7 @@ void CommandBufferProxyImpl::DestroyGpuMemoryBuffer(int32 id) { |
// Remove the gpu memory buffer from the client side cache. |
DCHECK(gpu_memory_buffers_.find(id) != gpu_memory_buffers_.end()); |
- channel_->factory()->DeleteGpuMemoryBuffer(gpu_memory_buffers_.take(id)); |
+ gpu_memory_buffers_.take(id); |
} |
int CommandBufferProxyImpl::GetRouteID() const { |