Index: cc/resources/picture_pile_base.h |
diff --git a/cc/resources/picture_pile_base.h b/cc/resources/picture_pile_base.h |
index 1067c3ec36f88b3dd5b725d6dee53dd719b6b8ff..991a29c20632d4a2de7587e11e0f7b85eae4e3dc 100644 |
--- a/cc/resources/picture_pile_base.h |
+++ b/cc/resources/picture_pile_base.h |
@@ -65,6 +65,10 @@ class CC_EXPORT PicturePileBase : public base::RefCounted<PicturePileBase> { |
void AsValueInto(base::debug::TracedValue* array) const; |
+ SkTileGridFactory::TileGridInfo GetTileGridInfoForTesting() const { |
+ return tile_grid_info_; |
+ } |
+ |
protected: |
class CC_EXPORT PictureInfo { |
public: |