Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: cc/paint/display_item_list.h

Issue 2857923004: cc: Keep PaintImage in DrawImage. (Closed)
Patch Set: addressed comments. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/paint/display_item_list.h
diff --git a/cc/paint/display_item_list.h b/cc/paint/display_item_list.h
index 92c332fe8eddbafeaf76d5aa8d1c2169c063d093..41d9fb40393f0cc78ab2284320c834c3f0f75a4f 100644
--- a/cc/paint/display_item_list.h
+++ b/cc/paint/display_item_list.h
@@ -146,7 +146,7 @@ class CC_PAINT_EXPORT DisplayItemList
float contents_scale,
const gfx::ColorSpace& target_color_space,
std::vector<DrawImage>* images);
- gfx::Rect GetRectForImage(ImageId image_id) const;
+ gfx::Rect GetRectForImage(PaintImage::Id image_id) const;
void SetRetainVisualRectsForTesting(bool retain) {
retain_visual_rects_ = retain;

Powered by Google App Engine
This is Rietveld 408576698