Index: cc/paint/discardable_image_map.h |
diff --git a/cc/paint/discardable_image_map.h b/cc/paint/discardable_image_map.h |
index 57594b2da352a4660338507200b54579b97db67c..0e006838834ee618eb987e559a1d695fc0da5b7b 100644 |
--- a/cc/paint/discardable_image_map.h |
+++ b/cc/paint/discardable_image_map.h |
@@ -47,6 +47,7 @@ class CC_PAINT_EXPORT DiscardableImageMap { |
bool empty() const { return all_images_.empty(); } |
void GetDiscardableImagesInRect(const gfx::Rect& rect, |
float contents_scale, |
+ const gfx::ColorSpace& target_color_space, |
std::vector<DrawImage>* images) const; |
gfx::Rect GetRectForImage(ImageId image_id) const; |