Index: cc/layers/picture_layer.cc |
diff --git a/cc/layers/picture_layer.cc b/cc/layers/picture_layer.cc |
index c56ff8be082b67dbf33e8db8193481efc99b2307..42645c4a652eefcb79d90c833bcb4175aa70da37 100644 |
--- a/cc/layers/picture_layer.cc |
+++ b/cc/layers/picture_layer.cc |
@@ -124,17 +124,11 @@ bool PictureLayer::Update(ResourceUpdateQueue* queue, |
// to the impl side so that it drops tiles that may not have a recording |
// for them. |
DCHECK(client_); |
- updated |= |
- pile_.UpdateAndExpandInvalidation(client_, |
- &pile_invalidation_, |
- SafeOpaqueBackgroundColor(), |
- contents_opaque(), |
- client_->FillsBoundsCompletely(), |
- layer_size, |
- visible_layer_rect, |
- update_source_frame_number_, |
- Picture::RECORD_NORMALLY, |
- rendering_stats_instrumentation()); |
+ updated |= pile_.UpdateAndExpandInvalidation( |
+ client_, &pile_invalidation_, SafeOpaqueBackgroundColor(), |
+ contents_opaque(), client_->FillsBoundsCompletely(), layer_size, |
+ visible_layer_rect, update_source_frame_number_, |
+ Picture::RECORD_NORMALLY); |
last_updated_visible_content_rect_ = visible_content_rect(); |
if (updated) { |