diff options
author | vmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-19 07:01:41 +0000 |
---|---|---|
committer | vmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-19 07:01:41 +0000 |
commit | 53e3d37817e69f084d1c3ed8d6390f11b1cc543c (patch) | |
tree | c165d83f02c29e59dfe20c3c881b0d7d0b2a10a2 /content/common/gpu/client/command_buffer_proxy_impl.h | |
parent | 53f369074309748b6c7eb3ed5699778e4f0a894d (diff) | |
download | chromium_src-53e3d37817e69f084d1c3ed8d6390f11b1cc543c.zip chromium_src-53e3d37817e69f084d1c3ed8d6390f11b1cc543c.tar.gz chromium_src-53e3d37817e69f084d1c3ed8d6390f11b1cc543c.tar.bz2 |
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
Diffstat (limited to 'content/common/gpu/client/command_buffer_proxy_impl.h')
-rw-r--r-- | content/common/gpu/client/command_buffer_proxy_impl.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |