Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4039)

Unified Diff: cc/test/fake_picture_layer_tiling_client.cc

Issue 366113002: cc: Do not cleanup tiles with raster tasks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use scopedvector for released tiles. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: 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 7834bc0362774f946a188a638437a8545c51d7d2..e526127567b398542ed9e1f253e5891cb042a4c2 100644
--- a/cc/test/fake_picture_layer_tiling_client.cc
+++ b/cc/test/fake_picture_layer_tiling_client.cc
@@ -79,4 +79,9 @@ const PictureLayerTiling* FakePictureLayerTilingClient::GetTwinTiling(
return twin_tiling_;
}
+WhichTree FakePictureLayerTilingClient::GetTree() const {
+ // TODO(sohanjg): Find correct tree for test.
reveman 2014/07/28 02:24:35 I don't think this should be a todo. What needs to
sohanjg 2014/07/28 10:10:19 For getting correct tree we need to set which tree
+ return PENDING_TREE;
+}
+
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698