| Index: cc/paint/display_item_list.h
|
| diff --git a/cc/paint/display_item_list.h b/cc/paint/display_item_list.h
|
| index 2122235a590096595d3de4377c972ff74a41e242..2449798ca7729ee30599b61ac978e36dfc87b5ef 100644
|
| --- a/cc/paint/display_item_list.h
|
| +++ b/cc/paint/display_item_list.h
|
| @@ -163,6 +163,11 @@ class CC_PAINT_EXPORT DisplayItemList
|
| return items_.end();
|
| }
|
|
|
| + void GatherDiscardableImages(DiscardableImageStore* image_store) const;
|
| + const DiscardableImageMap& discardable_image_map_for_testing() const {
|
| + return image_map_;
|
| + }
|
| +
|
| bool has_discardable_images() const { return has_discardable_images_; }
|
|
|
| private:
|
|
|