| 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 0e861aadb7c92e5969c86d9984f1f7b7ee8bc0be..8a9a4fdda366df3d6d5fe6bcab046e09660776e8 100644
|
| --- a/content/common/gpu/gpu_memory_manager_unittest.cc
|
| +++ b/content/common/gpu/gpu_memory_manager_unittest.cc
|
| @@ -41,8 +41,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;
|
| }
|
| @@ -77,8 +75,6 @@ class FakeCommandBufferStubWithoutSurface : public GpuCommandBufferStubBase {
|
| share_group_.end(),
|
| &stub) != share_group_.end();
|
| }
|
| - virtual void SendMemoryAllocationToProxy(const GpuMemoryAllocation& alloc) {
|
| - }
|
| virtual void SetMemoryAllocation(const GpuMemoryAllocation& alloc) {
|
| allocation_ = alloc;
|
| }
|
|
|