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 3e562031a2776821942c69b98c6b8d6c272769c4..c14114917ba8d8c567d26714f4e8074d164dd363 100644 |
--- a/content/common/gpu/gpu_memory_manager_unittest.cc |
+++ b/content/common/gpu/gpu_memory_manager_unittest.cc |
@@ -37,8 +37,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; |
} |