Index: content/common/gpu/gpu_command_buffer_stub.cc |
diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc |
index 0bb4a46e4f80d97494cbf8daf1986e3b103af421..06016a8022d2986bae6841d4dd7ab3c9b8fbdca7 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.cc |
+++ b/content/common/gpu/gpu_command_buffer_stub.cc |
@@ -1123,10 +1123,6 @@ void GpuCommandBufferStub::MarkContextLost() { |
command_buffer_->SetParseError(gpu::error::kLostContext); |
} |
-uint64 GpuCommandBufferStub::GetMemoryUsage() const { |
- return GetMemoryManager()->GetClientMemoryUsage(this); |
-} |
- |
void GpuCommandBufferStub::SendSwapBuffersCompleted( |
const std::vector<ui::LatencyInfo>& latency_info, |
gfx::SwapResult result) { |