summaryrefslogtreecommitdiffstats
path: root/cc/test/fake_tile_manager.h
diff options
context:
space:
mode:
authorvmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-20 09:37:54 +0000
committervmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-20 09:37:54 +0000
commit0a779dde880de09ced1aca62e08df4c528aa33f0 (patch)
tree10559f7f6b34bae03d4fb4e4916055d6d8eef62c /cc/test/fake_tile_manager.h
parent9d95f04c9cfc1ddeba5d5e8bcfe482286f59bd16 (diff)
downloadchromium_src-0a779dde880de09ced1aca62e08df4c528aa33f0.zip
chromium_src-0a779dde880de09ced1aca62e08df4c528aa33f0.tar.gz
chromium_src-0a779dde880de09ced1aca62e08df4c528aa33f0.tar.bz2
cc: Start using raster/eviction iterators in tile manager
This patch is a part of the series that enables raster and eviction iterators in cc. In particular, this patch actually starts using the iterators that have landed previously. There should be a perf improvement for the manage tiles case. Other than that, there should be no perf impact. This patch's main contribution is that it opens the door for more optimizations to be done in the future. As well, it simplifies the logic we have in tile manager. BUG=329686 R=enne, reveman Review URL: https://codereview.chromium.org/246673005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278654 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/fake_tile_manager.h')
-rw-r--r--cc/test/fake_tile_manager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/test/fake_tile_manager.h b/cc/test/fake_tile_manager.h
index 05dbe61..cbb8d6b 100644
--- a/cc/test/fake_tile_manager.h
+++ b/cc/test/fake_tile_manager.h
@@ -27,7 +27,6 @@ class FakeTileManager : public TileManager {
virtual void Release(Tile* tile) OVERRIDE;
std::vector<Tile*> tiles_for_raster;
- PrioritizedTileSet all_tiles;
};
} // namespace cc