| Index: cc/paint/display_item_list.cc
|
| diff --git a/cc/paint/display_item_list.cc b/cc/paint/display_item_list.cc
|
| index 7844f1eaca0f5c0b72c2a1a3622b0014fced6b63..207132e6e730d6355045a2f1426ed0c047a66fcb 100644
|
| --- a/cc/paint/display_item_list.cc
|
| +++ b/cc/paint/display_item_list.cc
|
| @@ -541,7 +541,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);
|
| }
|
|
|
|
|