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

Unified Diff: cc/layers/picture_layer_impl.cc

Issue 2857923004: cc: Keep PaintImage in DrawImage. (Closed)
Patch Set: .. 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/layers/picture_layer_impl.h ('k') | cc/paint/discardable_image_map.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/picture_layer_impl.cc
diff --git a/cc/layers/picture_layer_impl.cc b/cc/layers/picture_layer_impl.cc
index 14a5acadfc40668642438df6dff355eba290f10a..f43c977f6846f5e1cacb58731f69821164c62a34 100644
--- a/cc/layers/picture_layer_impl.cc
+++ b/cc/layers/picture_layer_impl.cc
@@ -1463,7 +1463,7 @@ bool PictureLayerImpl::HasValidTilePriorities() const {
}
void PictureLayerImpl::InvalidateRegionForImages(
- const ImageIdFlatSet& images_to_invalidate) {
+ const PaintImageIdFlatSet& images_to_invalidate) {
TRACE_EVENT_BEGIN0("cc", "PictureLayerImpl::InvalidateRegionForImages");
InvalidationRegion image_invalidation;
« no previous file with comments | « cc/layers/picture_layer_impl.h ('k') | cc/paint/discardable_image_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698