| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index c940d227a8c0a877a92876245f3e8f12cf676c7f..9886016722ada5ffba5652c4ba87b7cf943861af 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -495,6 +495,10 @@ void LayerTreeHost::FinishCommitOnImplThread(LayerTreeHostImpl* host_impl) {
|
| // properties, which updates property tree indices.
|
| sync_tree->UpdatePropertyTreeScrollingAndAnimationFromMainThread();
|
|
|
| + // This must happen after synchronizing property trees and after pushing
|
| + // properties, which updates the clobber_active_value flag.
|
| + sync_tree->UpdatePropertyTreeScrollOffset(&property_trees_);
|
| +
|
| micro_benchmark_controller_.ScheduleImplBenchmarks(host_impl);
|
| property_trees_.transform_tree.ResetChangeTracking();
|
| // We don't track changes to effect tree on main thread. But, to preserve any
|
|
|