Index: cc/trees/layer_tree_impl.cc |
diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc |
index 27688591420284b6853c22b0b7cb93350d623402..b85029d1b2dbcccec459652a58e9e488da22b2c1 100644 |
--- a/cc/trees/layer_tree_impl.cc |
+++ b/cc/trees/layer_tree_impl.cc |
@@ -735,10 +735,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(); }); |