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 /cc/test/test_context_support.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 'cc/test/test_context_support.h')
-rw-r--r-- | cc/test/test_context_support.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/test/test_context_support.h b/cc/test/test_context_support.h index 7162b21..adacf06 100644 --- a/cc/test/test_context_support.h +++ b/cc/test/test_context_support.h @@ -23,8 +23,6 @@ class TestContextSupport : public gpu::ContextSupport { 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 Swap() OVERRIDE; virtual void PartialSwapBuffers(const gfx::Rect& sub_buffer) OVERRIDE; virtual void SetSwapBuffersCompleteCallback( |