| Index: cc/picture_layer.cc
|
| diff --git a/cc/picture_layer.cc b/cc/picture_layer.cc
|
| index 348d952c043916d358edf41f0e827f6a0be26724..cfa90ab8536e2081a7501915bb9242c9529b41cf 100644
|
| --- a/cc/picture_layer.cc
|
| +++ b/cc/picture_layer.cc
|
| @@ -79,7 +79,11 @@ void PictureLayer::update(ResourceUpdateQueue&, const OcclusionTracker*,
|
| gfx::Rect visible_layer_rect = gfx::ToEnclosingRect(
|
| gfx::ScaleRect(visibleContentRect(), 1.f / contentsScaleX()));
|
| devtools_instrumentation::ScopedPaintLayer paint_layer(id());
|
| - pile_->Update(client_, pile_invalidation_, visible_layer_rect, stats);
|
| + pile_->Update(client_,
|
| + backgroundColor(),
|
| + pile_invalidation_,
|
| + visible_layer_rect,
|
| + stats);
|
| }
|
|
|
| void PictureLayer::setIsMask(bool is_mask) {
|
|
|