| Index: cc/paint/display_item_list.h
|
| diff --git a/cc/paint/display_item_list.h b/cc/paint/display_item_list.h
|
| index 898a0b96ce06c8e13aa36f4ac1703deccddb358f..b65707dc6e0f2d445206627e319811c27378ee78 100644
|
| --- a/cc/paint/display_item_list.h
|
| +++ b/cc/paint/display_item_list.h
|
| @@ -140,6 +140,7 @@ class CC_PAINT_EXPORT DisplayItemList
|
| void GenerateDiscardableImagesMetadata();
|
| void GetDiscardableImagesInRect(const gfx::Rect& rect,
|
| float contents_scale,
|
| + const gfx::ColorSpace& target_color_space,
|
| std::vector<DrawImage>* images);
|
| gfx::Rect GetRectForImage(ImageId image_id) const;
|
|
|
|
|