| Index: cc/layers/picture_layer.cc
|
| diff --git a/cc/layers/picture_layer.cc b/cc/layers/picture_layer.cc
|
| index e7747de157f0f58c13b3b70abb96b754d3ea44f3..48889f34e02f624350b39997e8e94706cd5e578b 100644
|
| --- a/cc/layers/picture_layer.cc
|
| +++ b/cc/layers/picture_layer.cc
|
| @@ -92,7 +92,7 @@ void PictureLayer::Update(ResourceUpdateQueue*,
|
| devtools_instrumentation::ScopedLayerTask paint_layer(
|
| devtools_instrumentation::kPaintLayer, id());
|
| pile_->Update(client_,
|
| - background_color(),
|
| + SafeOpaqueBackgroundColor(),
|
| pile_invalidation_,
|
| visible_layer_rect,
|
| stats);
|
|
|