| Index: cc/trees/layer_tree_impl.cc
|
| diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
|
| index 9f181cda458f3fb6da22c9661412e9ee19f277dd..2d83af093989089e1fc5ccfb4e3ea20db6e51cb3 100644
|
| --- a/cc/trees/layer_tree_impl.cc
|
| +++ b/cc/trees/layer_tree_impl.cc
|
| @@ -353,11 +353,8 @@ void LayerTreeImpl::UpdateDrawProperties() {
|
| if (IsActiveTree() && RootScrollLayer() && RootContainerLayer())
|
| UpdateRootScrollLayerSizeDelta();
|
|
|
| - if (IsActiveTree() &&
|
| - RootContainerLayer()
|
| - && !RootContainerLayer()->masks_to_bounds()) {
|
| + if (IsActiveTree() && RootContainerLayer())
|
| UpdateSolidColorScrollbars();
|
| - }
|
|
|
| needs_update_draw_properties_ = false;
|
| render_surface_layer_list_.clear();
|
|
|