| Index: cc/playback/display_item_list.h
|
| diff --git a/cc/playback/display_item_list.h b/cc/playback/display_item_list.h
|
| index 4588b03d0504d49723d330d6ca7be73f98e0eac7..0aa5863ce777dc4b18265c31ad53a4555c413280 100644
|
| --- a/cc/playback/display_item_list.h
|
| +++ b/cc/playback/display_item_list.h
|
| @@ -108,7 +108,6 @@ 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]; }
|
|
|
|
|