| Index: cc/resources/picture_pile.cc
|
| diff --git a/cc/resources/picture_pile.cc b/cc/resources/picture_pile.cc
|
| index e00ed54eab7e86c2d876e959a922941dfc05a85d..adf59174842314515490033afac1ee62db2f994b 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,
|
| @@ -494,6 +495,8 @@ bool PicturePile::UpdateAndExpandInvalidation(
|
| base::TimeTicks start_time = stats_instrumentation->StartRecording();
|
| picture = Picture::Create(record_rect,
|
| painter,
|
| + can_use_lcd_text,
|
| + contents_opaque_,
|
| tile_grid_info_,
|
| gather_pixel_refs,
|
| recording_mode);
|
|
|