summaryrefslogtreecommitdiffstats
path: root/cc/tile.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/tile.h')
-rw-r--r--cc/tile.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cc/tile.h b/cc/tile.h
index 7d41e6a..dcb24e0 100644
--- a/cc/tile.h
+++ b/cc/tile.h
@@ -54,6 +54,10 @@ class CC_EXPORT Tile : public base::RefCounted<Tile> {
float contents_scale() const { return contents_scale_; }
gfx::Rect content_rect() const { return content_rect_; }
+ void set_picture_pile(scoped_refptr<PicturePileImpl> pile) {
+ picture_pile_ = pile;
+ }
+
private:
// Methods called by by tile manager.
friend class TileManager;