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

Unified Diff: cc/paint/display_item_list.h

Issue 2857923004: cc: Keep PaintImage in DrawImage. (Closed)
Patch Set: .. 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
« no previous file with comments | « cc/paint/discardable_image_store.cc ('k') | cc/paint/display_item_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/paint/display_item_list.h
diff --git a/cc/paint/display_item_list.h b/cc/paint/display_item_list.h
index d838a53253c022101edfb3e6fcf0a0c7b0fbe123..ab52c5e8c8c27c7f62ab36183a03472aefa28598 100644
--- a/cc/paint/display_item_list.h
+++ b/cc/paint/display_item_list.h
@@ -141,7 +141,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;
« no previous file with comments | « cc/paint/discardable_image_store.cc ('k') | cc/paint/display_item_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698