Index: cc/picture_pile_impl.h |
diff --git a/cc/picture_pile_impl.h b/cc/picture_pile_impl.h |
index 5ca526fc5021883ad13d1411b697f2b55777d112..c5a7b41890a9508b4a4d5b86f0d9b7b7c4a91552 100644 |
--- a/cc/picture_pile_impl.h |
+++ b/cc/picture_pile_impl.h |
@@ -38,6 +38,8 @@ class CC_EXPORT PicturePileImpl : public PicturePileBase { |
void GatherPixelRefs(const gfx::Rect&, std::list<skia::LazyPixelRef*>&); |
+ void PushPropertiesTo(PicturePileImpl* other); |
+ |
skia::RefPtr<SkPicture> GetFlattenedPicture(); |
private: |