| Index: cc/resources/picture_pile.cc
|
| diff --git a/cc/resources/picture_pile.cc b/cc/resources/picture_pile.cc
|
| index 2ca79bbc1fc05d83a2e1799248089171307ec56f..633790329555403b693a4ba111953ca92155deed 100644
|
| --- a/cc/resources/picture_pile.cc
|
| +++ b/cc/resources/picture_pile.cc
|
| @@ -149,10 +149,7 @@ float ClusterTiles(const std::vector<gfx::Rect>& invalid_tiles,
|
|
|
| namespace cc {
|
|
|
| -PicturePile::PicturePile()
|
| - : is_suitable_for_gpu_rasterization_(true),
|
| - is_solid_color_(true),
|
| - solid_color_(SK_ColorTRANSPARENT) {
|
| +PicturePile::PicturePile() : is_suitable_for_gpu_rasterization_(true) {
|
| }
|
|
|
| PicturePile::~PicturePile() {
|
|
|