| 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 44453dfd6821fc0d87695a3066032cc975f77347..4dd189c1ff54e1705c9ac5ed3f484cdeda467974 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.cc
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.cc
|
| @@ -441,15 +441,6 @@ void CommandBufferProxyImpl::SetSurfaceVisible(bool visible) {
|
| Send(new GpuCommandBufferMsg_SetSurfaceVisible(route_id_, visible));
|
| }
|
|
|
| -void CommandBufferProxyImpl::SendManagedMemoryStats(
|
| - const gpu::ManagedMemoryStats& stats) {
|
| - if (last_state_.error != gpu::error::kNoError)
|
| - return;
|
| -
|
| - Send(new GpuCommandBufferMsg_SendClientManagedMemoryStats(route_id_,
|
| - stats));
|
| -}
|
| -
|
| bool CommandBufferProxyImpl::ProduceFrontBuffer(const gpu::Mailbox& mailbox) {
|
| if (last_state_.error != gpu::error::kNoError)
|
| return false;
|
|
|