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

Unified Diff: cc/picture_pile_base.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_pile.cc ('k') | cc/picture_pile_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/picture_pile_base.h
diff --git a/cc/picture_pile_base.h b/cc/picture_pile_base.h
index aea947765280bb428e6bd69c890f0d9e2ce19843..a6aac2538e84eecca431348dadb7914234f691db 100644
--- a/cc/picture_pile_base.h
+++ b/cc/picture_pile_base.h
@@ -56,6 +56,7 @@ class CC_EXPORT PicturePileBase : public base::RefCounted<PicturePileBase> {
Region recorded_region_;
float min_contents_scale_;
SkTileGridPicture::TileGridInfo tile_grid_info_;
+ SkColor background_color_;
private:
void SetBufferPixels(int buffer_pixels);
« no previous file with comments | « cc/picture_pile.cc ('k') | cc/picture_pile_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698