Index: content/common/gpu/gpu_memory_manager_unittest.cc |
diff --git a/content/common/gpu/gpu_memory_manager_unittest.cc b/content/common/gpu/gpu_memory_manager_unittest.cc |
index 501e481c7cf05bc3d36c76b3dc5c270f37ba989d..501bc705e0d3283e0d95cfaadb79d120b95b4cf1 100644 |
--- a/content/common/gpu/gpu_memory_manager_unittest.cc |
+++ b/content/common/gpu/gpu_memory_manager_unittest.cc |
@@ -34,8 +34,6 @@ class FakeCommandBufferStub : public GpuCommandBufferStubBase { |
const GpuCommandBufferStubBase& stub) const { |
return false; |
} |
- virtual void SendMemoryAllocationToProxy(const GpuMemoryAllocation& alloc) { |
- } |
virtual void SetMemoryAllocation(const GpuMemoryAllocation& alloc) { |
allocation_ = alloc; |
} |