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

Unified Diff: cc/picture_pile.h

Issue 12383060: cc: Remove texture scaling and clear edge texels of a layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and expand base picture Created 7 years, 10 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/picture_layer_tiling.cc ('k') | cc/picture_pile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/picture_pile.h
diff --git a/cc/picture_pile.h b/cc/picture_pile.h
index a6271fac05f27ddceadf3548140add02fee6fc9e..475f74b54c81c6702f62fb56ecb062a1d3cc7360 100644
--- a/cc/picture_pile.h
+++ b/cc/picture_pile.h
@@ -21,6 +21,7 @@ class CC_EXPORT PicturePile : public PicturePileBase {
// Invalidations are in layer space.
void Update(
ContentLayerClient* painter,
+ SkColor background_color,
const Region& invalidation,
gfx::Rect visible_layer_rect,
RenderingStats* stats);
« no previous file with comments | « cc/picture_layer_tiling.cc ('k') | cc/picture_pile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698