| Index: cc/resources/picture_pile.cc
|
| diff --git a/cc/resources/picture_pile.cc b/cc/resources/picture_pile.cc
|
| index 7f80929fccb93ff9228afdb9a63929b20e6a1046..2d1bcc5a46e7e262300564c4abcac270730fb5f8 100644
|
| --- a/cc/resources/picture_pile.cc
|
| +++ b/cc/resources/picture_pile.cc
|
| @@ -162,6 +162,7 @@ bool PicturePile::UpdateAndExpandInvalidation(
|
| SkColor background_color,
|
| bool contents_opaque,
|
| bool contents_fill_bounds_completely,
|
| + bool can_use_lcd_text,
|
| const gfx::Size& layer_size,
|
| const gfx::Rect& visible_layer_rect,
|
| int frame_number,
|
| @@ -169,6 +170,7 @@ bool PicturePile::UpdateAndExpandInvalidation(
|
| background_color_ = background_color;
|
| contents_opaque_ = contents_opaque;
|
| contents_fill_bounds_completely_ = contents_fill_bounds_completely;
|
| + can_use_lcd_text_ = can_use_lcd_text;
|
|
|
| bool updated = false;
|
|
|
|
|