Index: content/common/gpu/client/command_buffer_proxy_impl.h |
diff --git a/content/common/gpu/client/command_buffer_proxy_impl.h b/content/common/gpu/client/command_buffer_proxy_impl.h |
index 5adbbcf4f0edbd0e2b322203f4b8995fc8bdd8aa..dd08222957ab24724e62189a252f8311c4205894 100644 |
--- a/content/common/gpu/client/command_buffer_proxy_impl.h |
+++ b/content/common/gpu/client/command_buffer_proxy_impl.h |
@@ -112,7 +112,6 @@ class CommandBufferProxyImpl |
virtual void SignalQuery(uint32 query, |
const base::Closure& callback) OVERRIDE; |
virtual void SetSurfaceVisible(bool visible) OVERRIDE; |
- virtual void Echo(const base::Closure& callback) OVERRIDE; |
virtual uint32 CreateStreamTexture(uint32 texture_id) OVERRIDE; |
int GetRouteID() const; |
@@ -159,7 +158,6 @@ class CommandBufferProxyImpl |
// Message handlers: |
void OnUpdateState(const gpu::CommandBuffer::State& state); |
void OnDestroyed(gpu::error::ContextLostReason reason); |
- void OnEchoAck(); |
void OnConsoleMessage(const GPUCommandBufferConsoleMessage& message); |
void OnSetMemoryAllocation(const gpu::MemoryAllocation& allocation); |
void OnSignalSyncPointAck(uint32 id); |
@@ -186,9 +184,6 @@ class CommandBufferProxyImpl |
unsigned int flush_count_; |
int32 last_put_offset_; |
- // Tasks to be invoked in echo responses. |
- std::queue<base::Closure> echo_tasks_; |
- |
base::Closure channel_error_callback_; |
MemoryAllocationChangedCallback memory_allocation_changed_callback_; |