| 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);
|
|
|