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

Unified Diff: cc/tiles/tile_manager.h

Issue 2345833002: cc: Move (partially) the predecode image tracking to ImageManager. (Closed)
Patch Set: Created 4 years, 3 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/tiles/tile_manager.h
diff --git a/cc/tiles/tile_manager.h b/cc/tiles/tile_manager.h
index deb28da0ae8f15ecd3319bb1168b85018740063b..ac55d783af2bb54c2cc27fbc91953c5e361fb746 100644
--- a/cc/tiles/tile_manager.h
+++ b/cc/tiles/tile_manager.h
@@ -338,7 +338,6 @@ class CC_EXPORT TileManager {
uint64_t next_tile_id_;
std::unordered_map<Tile::Id, std::vector<DrawImage>> scheduled_draw_images_;
- std::vector<DrawImage> locked_images_;
std::vector<scoped_refptr<TileTask>> locked_image_tasks_;
base::WeakPtrFactory<TileManager> task_set_finished_weak_ptr_factory_;

Powered by Google App Engine
This is Rietveld 408576698