Index: cc/resources/tile.h |
diff --git a/cc/resources/tile.h b/cc/resources/tile.h |
index 2aa4c651480412fd7a58d2a6274d484c27110d87..c801883d60cc26242acc5039c03ec3ab4542236a 100644 |
--- a/cc/resources/tile.h |
+++ b/cc/resources/tile.h |
@@ -35,6 +35,10 @@ class CC_EXPORT Tile : public base::RefCounted<Tile> { |
return picture_pile_.get(); |
} |
+ const PicturePileImpl* picture_pile() const { |
+ return picture_pile_.get(); |
+ } |
+ |
const TilePriority& priority(WhichTree tree) const { |
return priority_[tree]; |
} |