summaryrefslogtreecommitdiffstats
path: root/cc/tiles/tile_manager_perftest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/tiles/tile_manager_perftest.cc')
-rw-r--r--cc/tiles/tile_manager_perftest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/tiles/tile_manager_perftest.cc b/cc/tiles/tile_manager_perftest.cc
index 648ebf1..53b7ba8 100644
--- a/cc/tiles/tile_manager_perftest.cc
+++ b/cc/tiles/tile_manager_perftest.cc
@@ -144,7 +144,7 @@ class TileManagerPerfTest : public testing::Test {
CHECK(!host_impl_.pending_tree());
pending_root_layer_ = NULL;
active_root_layer_ = static_cast<FakePictureLayerImpl*>(
- host_impl_.active_tree()->list()->LayerById(id_));
+ host_impl_.active_tree()->LayerById(id_));
}
void SetupDefaultTreesWithFixedTileSize(const gfx::Size& layer_bounds,
@@ -176,7 +176,7 @@ class TileManagerPerfTest : public testing::Test {
pending_tree->BuildPropertyTreesForTesting();
pending_root_layer_ = static_cast<FakePictureLayerImpl*>(
- host_impl_.pending_tree()->list()->LayerById(id_));
+ host_impl_.pending_tree()->LayerById(id_));
}
void RunRasterQueueConstructTest(const std::string& test_name,