From 53e3d37817e69f084d1c3ed8d6390f11b1cc543c Mon Sep 17 00:00:00 2001 From: "vmpstr@chromium.org" Date: Thu, 19 Jun 2014 07:01:41 +0000 Subject: Removed ManagedMemoryStats. As of r277056, the gpu memory manager is no longer using managed memory stats produced. This patch removes the managed memory stats calculation from the tile manager. As well, this patch removes ununsed gpu managed memory stats plumbing. BUG=377065 Review URL: https://codereview.chromium.org/342483007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278294 0039d316-1c4b-4281-b951-d872f2087c98 --- content/common/gpu/client/command_buffer_proxy_impl.h | 2 -- 1 file changed, 2 deletions(-) (limited to '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 9f2ff4f..ca262b1 100644 --- a/content/common/gpu/client/command_buffer_proxy_impl.h +++ b/content/common/gpu/client/command_buffer_proxy_impl.h @@ -113,8 +113,6 @@ class CommandBufferProxyImpl virtual void SignalQuery(uint32 query, const base::Closure& callback) OVERRIDE; virtual void SetSurfaceVisible(bool visible) OVERRIDE; - virtual void SendManagedMemoryStats(const gpu::ManagedMemoryStats& stats) - OVERRIDE; virtual void Echo(const base::Closure& callback) OVERRIDE; virtual uint32 CreateStreamTexture(uint32 texture_id) OVERRIDE; -- cgit v1.1