From 317fd0c6267fd2d4e1e941b00a4951207205026b Mon Sep 17 00:00:00 2001 From: "sohan.jyoti@samsung.com" Date: Mon, 4 Aug 2014 08:43:47 +0000 Subject: cc: Do not cleanup tiles with raster tasks. During cleanup, this keeps the tiles around until the associated raster tasks completes running on the worker thread. We reset the priority of the tile on the tree it lies before dropping it. BUG=386039 Review URL: https://codereview.chromium.org/366113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287304 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/test/fake_picture_layer_tiling_client.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cc/test/fake_picture_layer_tiling_client.cc') diff --git a/cc/test/fake_picture_layer_tiling_client.cc b/cc/test/fake_picture_layer_tiling_client.cc index 7834bc0..2bd756d 100644 --- a/cc/test/fake_picture_layer_tiling_client.cc +++ b/cc/test/fake_picture_layer_tiling_client.cc @@ -79,4 +79,8 @@ const PictureLayerTiling* FakePictureLayerTilingClient::GetTwinTiling( return twin_tiling_; } +WhichTree FakePictureLayerTilingClient::GetTree() const { + return tree_; +} + } // namespace cc -- cgit v1.1