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

Unified Diff: cc/tiles/picture_layer_tiling.h

Issue 2668873002: cc: Add checker-imaging support to TileManager. (Closed)
Patch Set: Created 3 years, 11 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 962ae8d776bf636dbc55c082017b81cbf095873a..37bcc4380a1e92cbb7409b73d53542fd28f46789 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