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

Unified Diff: cc/paint/display_item_list.h

Issue 2842333003: cc: Update discardable image metadata generation to get PaintImages. (Closed)
Patch Set: win 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 9d2c5b6b05aff27d18556395b3a8aa0602f44408..92c332fe8eddbafeaf76d5aa8d1c2169c063d093 100644
--- a/cc/paint/display_item_list.h
+++ b/cc/paint/display_item_list.h
@@ -164,6 +164,11 @@ class CC_PAINT_EXPORT DisplayItemList
return items_.end();
}
+ void GatherDiscardableImages(DiscardableImageStore* image_store) const;
+ const DiscardableImageMap& discardable_image_map_for_testing() const {
+ return image_map_;
+ }
+
bool has_discardable_images() const { return has_discardable_images_; }
private:
« 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