| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index b7646a8ffd7ee11f0033f005c18563e5d17ddb34..bb07cd3eb79bd54672951ff4394129e846931c21 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -481,6 +481,7 @@ void LayerTreeHost::FinishCommitOnImplThread(LayerTreeHostImpl* host_impl) {
|
| sync_tree->UpdatePropertyTreeScrollingAndAnimationFromMainThread();
|
|
|
| micro_benchmark_controller_.ScheduleImplBenchmarks(host_impl);
|
| + property_trees_.transform_tree.ResetChangeTracking();
|
| }
|
|
|
| void LayerTreeHost::WillCommit() {
|
|
|