| Index: cc/playback/display_item_list.h
|
| diff --git a/cc/playback/display_item_list.h b/cc/playback/display_item_list.h
|
| index 4d245383f40944554310348344d11640c8853bc6..95074e016d75e8abc86a6dfd48f6252837db6d87 100644
|
| --- a/cc/playback/display_item_list.h
|
| +++ b/cc/playback/display_item_list.h
|
| @@ -95,6 +95,7 @@ class CC_EXPORT DisplayItemList
|
| void GetDiscardableImagesInRect(const gfx::Rect& rect,
|
| float raster_scale,
|
| std::vector<DrawImage>* images);
|
| + bool MayHaveDiscardableImages() const;
|
|
|
| gfx::Rect VisualRectForTesting(int index) { return visual_rects_[index]; }
|
|
|
|
|