| Index: cc/resources/picture_pile.cc
|
| diff --git a/cc/resources/picture_pile.cc b/cc/resources/picture_pile.cc
|
| index f42244cf2f135f6d72c029b76606840b91097278..dcfe49ea7a0498b98d9357d4a7b032938e92406c 100644
|
| --- a/cc/resources/picture_pile.cc
|
| +++ b/cc/resources/picture_pile.cc
|
| @@ -181,7 +181,7 @@ bool PicturePile::UpdateAndExpandInvalidation(
|
| const gfx::Size& layer_size,
|
| const gfx::Rect& visible_layer_rect,
|
| int frame_number,
|
| - Picture::RecordingMode recording_mode) {
|
| + RecordingSource::RecordingMode recording_mode) {
|
| bool can_use_lcd_text_changed = can_use_lcd_text_ != can_use_lcd_text;
|
| can_use_lcd_text_ = can_use_lcd_text;
|
|
|
| @@ -532,7 +532,7 @@ void PicturePile::GetInvalidTileRects(const gfx::Rect& interest_rect,
|
| }
|
|
|
| void PicturePile::CreatePictures(ContentLayerClient* painter,
|
| - Picture::RecordingMode recording_mode,
|
| + RecordingSource::RecordingMode recording_mode,
|
| const std::vector<gfx::Rect>& record_rects) {
|
| for (const auto& record_rect : record_rects) {
|
| gfx::Rect padded_record_rect = PadRect(record_rect);
|
|
|