| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index 860dad1c77cdf0d7923021b68add2e0ca0336a62..794809f4599dd60d5bae7e8762f4b9acd9dbdace 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -536,7 +536,7 @@ void LayerTreeHost::FinishCommitOnImplThread(LayerTreeHostImpl* host_impl) {
|
| sync_tree->UpdatePropertyTreeScrollOffset(&property_trees_);
|
|
|
| micro_benchmark_controller_.ScheduleImplBenchmarks(host_impl);
|
| - property_trees_.ResetAllChangeTracking(PropertyTrees::ResetFlags::ALL_TREES);
|
| + property_trees_.ResetAllChangeTracking();
|
| }
|
|
|
| void LayerTreeHost::WillCommit() {
|
|
|