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 b8785bc64a6fe12bee74f6c88a3e595c0b9084bc..47e20d149ee54a844113bcb7e88b61ea754ac15b 100644 |
--- a/content/common/gpu/client/command_buffer_proxy_impl.cc |
+++ b/content/common/gpu/client/command_buffer_proxy_impl.cc |
@@ -649,14 +649,6 @@ void CommandBufferProxyImpl::SignalQuery(uint32 query, |
signal_tasks_.insert(std::make_pair(signal_id, callback)); |
} |
-void CommandBufferProxyImpl::SetSurfaceVisible(bool visible) { |
- CheckLock(); |
- if (last_state_.error != gpu::error::kNoError) |
- return; |
- |
- Send(new GpuCommandBufferMsg_SetSurfaceVisible(route_id_, visible)); |
-} |
- |
bool CommandBufferProxyImpl::ProduceFrontBuffer(const gpu::Mailbox& mailbox) { |
CheckLock(); |
if (last_state_.error != gpu::error::kNoError) |