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

Unified Diff: cc/tiles/picture_layer_tiling.h

Issue 2668873002: cc: Add checker-imaging support to TileManager. (Closed)
Patch Set: all tests Created 3 years, 10 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/tiles/picture_layer_tiling.h
diff --git a/cc/tiles/picture_layer_tiling.h b/cc/tiles/picture_layer_tiling.h
index 0c9b57aed9500488aff3136c971e505928c6dfbb..e9c192c0180ad85423ed120fdee7edd05d0b7eac 100644
--- a/cc/tiles/picture_layer_tiling.h
+++ b/cc/tiles/picture_layer_tiling.h
@@ -135,6 +135,8 @@ class CC_EXPORT PictureLayerTiling {
all_tiles_done_ = all_tiles_done;
}
+ WhichTree tree() const { return tree_; }
+
void VerifyNoTileNeedsRaster() const {
#if DCHECK_IS_ON()
for (const auto& tile_pair : tiles_) {

Powered by Google App Engine
This is Rietveld 408576698