| Index: cc/paint/display_item_list.cc
|
| diff --git a/cc/paint/display_item_list.cc b/cc/paint/display_item_list.cc
|
| index 88e11106bacfca1789eaefb3de1ed9f925ace7ac..d797f7a7ef91e29260624c145f8bbc3f56167a3b 100644
|
| --- a/cc/paint/display_item_list.cc
|
| +++ b/cc/paint/display_item_list.cc
|
| @@ -560,7 +560,7 @@ void DisplayItemList::GetDiscardableImagesInRect(
|
| target_color_space, images);
|
| }
|
|
|
| -gfx::Rect DisplayItemList::GetRectForImage(ImageId image_id) const {
|
| +gfx::Rect DisplayItemList::GetRectForImage(PaintImage::Id image_id) const {
|
| return image_map_.GetRectForImage(image_id);
|
| }
|
|
|
|
|