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

Unified Diff: cc/layers/picture_layer_impl.h

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 | « no previous file | cc/layers/picture_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/picture_layer_impl.h
diff --git a/cc/layers/picture_layer_impl.h b/cc/layers/picture_layer_impl.h
index c13a8a09800ef70ee3366f7be67755e0f8962d7e..96ac75c45d5db30ac7471bacf05ba6258a300c43 100644
--- a/cc/layers/picture_layer_impl.h
+++ b/cc/layers/picture_layer_impl.h
@@ -103,7 +103,8 @@ class CC_EXPORT PictureLayerImpl
is_directly_composited_image_ = is_directly_composited_image;
}
- void InvalidateRegionForImages(const ImageIdFlatSet& images_to_invalidate);
+ void InvalidateRegionForImages(
+ const PaintImageIdFlatSet& images_to_invalidate);
protected:
PictureLayerImpl(LayerTreeImpl* tree_impl,
« no previous file with comments | « no previous file | cc/layers/picture_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698