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 82e30e5632fca5ce933aff04333215f24cf90780..e42cd9c37a97b1c417c174a974fd095023df34ff 100644 |
--- a/content/common/gpu/client/command_buffer_proxy_impl.h |
+++ b/content/common/gpu/client/command_buffer_proxy_impl.h |
@@ -125,10 +125,6 @@ class CommandBufferProxyImpl |
bool ProduceFrontBuffer(const gpu::Mailbox& mailbox); |
void SetContextLostCallback(const base::Closure& callback); |
- typedef base::Callback<void(const gpu::MemoryAllocation&)> |
- MemoryAllocationChangedCallback; |
- void SetMemoryAllocationChangedCallback( |
- const MemoryAllocationChangedCallback& callback); |
void AddDeletionObserver(DeletionObserver* observer); |
void RemoveDeletionObserver(DeletionObserver* observer); |
@@ -184,7 +180,6 @@ class CommandBufferProxyImpl |
void OnDestroyed(gpu::error::ContextLostReason reason, |
gpu::error::Error error); |
void OnConsoleMessage(const GPUCommandBufferConsoleMessage& message); |
- void OnSetMemoryAllocation(const gpu::MemoryAllocation& allocation); |
void OnSignalSyncPointAck(uint32 id); |
void OnSwapBuffersCompleted(const std::vector<ui::LatencyInfo>& latency_info, |
gfx::SwapResult result); |
@@ -219,8 +214,6 @@ class CommandBufferProxyImpl |
base::Closure context_lost_callback_; |
- MemoryAllocationChangedCallback memory_allocation_changed_callback_; |
- |
GpuConsoleMessageCallback console_message_callback_; |
// Tasks to be invoked in SignalSyncPoint responses. |