| Index: cc/resources/picture_pile.cc
|
| diff --git a/cc/resources/picture_pile.cc b/cc/resources/picture_pile.cc
|
| index 27c58a1ff44dc109db0e233c259c2612a5e9458d..0a18586d6629830e14c9b9c3055f2e7d48ec2159 100644
|
| --- a/cc/resources/picture_pile.cc
|
| +++ b/cc/resources/picture_pile.cc
|
| @@ -150,6 +150,7 @@ bool PicturePile::Update(ContentLayerClient* painter,
|
| SkColor background_color,
|
| bool contents_opaque,
|
| bool contents_fill_bounds_completely,
|
| + bool can_use_lcd_text,
|
| const Region& invalidation,
|
| const gfx::Rect& visible_layer_rect,
|
| int frame_number,
|
| @@ -243,6 +244,7 @@ bool PicturePile::Update(ContentLayerClient* painter,
|
| painter,
|
| tile_grid_info_,
|
| gather_pixel_refs,
|
| + can_use_lcd_text,
|
| num_raster_threads,
|
| recording_mode);
|
| // Note the '&&' with previous is-suitable state.
|
|
|