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

Unified Diff: cc/playback/display_item_list.cc

Issue 2551583003: Revert of cc: Build Image to Region map during image meta-data generation. (Closed)
Patch Set: Created 4 years 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/playback/display_item_list.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/playback/display_item_list.cc
diff --git a/cc/playback/display_item_list.cc b/cc/playback/display_item_list.cc
index 42011949c3497956ce33762d371ba7cbdf6d0836..068cb00999b665bedd8d587cef4a66c2fe128a66 100644
--- a/cc/playback/display_item_list.cc
+++ b/cc/playback/display_item_list.cc
@@ -271,8 +271,4 @@
image_map_.GetDiscardableImagesInRect(rect, raster_scales, images);
}
-Region DisplayItemList::GetRegionForImage(uint32_t image_id) {
- return image_map_.GetRegionForImage(image_id);
-}
-
} // namespace cc
« no previous file with comments | « cc/playback/display_item_list.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698