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

Unified Diff: cc/trees/layer_tree_impl.cc

Issue 2857923004: cc: Keep PaintImage in DrawImage. (Closed)
Patch Set: addressed comments. 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
« cc/tiles/software_image_decode_cache.h ('K') | « cc/trees/layer_tree_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_impl.cc
diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
index 7290a5d122b036a0134f2af27ba0e156759eacca..d639c16a165c75aa527c7dcf2ef0e61f73c59d23 100644
--- a/cc/trees/layer_tree_impl.cc
+++ b/cc/trees/layer_tree_impl.cc
@@ -311,7 +311,7 @@ void LayerTreeImpl::BuildLayerListForTesting() {
}
void LayerTreeImpl::InvalidateRegionForImages(
- const ImageIdFlatSet& images_to_invalidate) {
+ const PaintImageIdFlatSet& images_to_invalidate) {
DCHECK(IsSyncTree());
if (images_to_invalidate.empty())
« cc/tiles/software_image_decode_cache.h ('K') | « cc/trees/layer_tree_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698