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

Unified Diff: cc/playback/display_item_list.cc

Issue 1892573003: cc: Disable image hijack canvas when tiles don't have images. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/playback/display_item_list.h ('k') | cc/playback/raster_source.cc » ('j') | 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 7fb037a7afddea2da02a674b4d92adfdd90f7433..235ee3f86c9640a98d4debfd1fc7d7f564fbb44a 100644
--- a/cc/playback/display_item_list.cc
+++ b/cc/playback/display_item_list.cc
@@ -308,8 +308,4 @@ void DisplayItemList::GetDiscardableImagesInRect(
image_map_.GetDiscardableImagesInRect(rect, raster_scale, images);
}
-bool DisplayItemList::MayHaveDiscardableImages() const {
- return !image_map_.empty();
-}
-
} // namespace cc
« no previous file with comments | « cc/playback/display_item_list.h ('k') | cc/playback/raster_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698