| Index: cc/trees/layer_tree_impl.cc
|
| diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
|
| index 4e1ac98056325f1d71a62c53696715e1b73eda6f..c8d5a44d8ad8c27ec0d2101da3f931cb90e3ad1c 100644
|
| --- a/cc/trees/layer_tree_impl.cc
|
| +++ b/cc/trees/layer_tree_impl.cc
|
| @@ -736,10 +736,6 @@ void LayerTreeImpl::DidBecomeActive() {
|
| root_layer(), scrolling_layer_id_from_previous_tree_);
|
| }
|
|
|
| - // Always reset this flag on activation, as we would only have activated
|
| - // if we were in a good state.
|
| - layer_tree_host_impl_->ResetRequiresHighResToDraw();
|
| -
|
| if (root_layer()) {
|
| LayerTreeHostCommon::CallFunctionForSubtree(
|
| root_layer(), [](LayerImpl* layer) { layer->DidBecomeActive(); });
|
|
|