| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index 9ae961e0825ba63d07c77faeda3b57e35b635f2c..095636f5b6329bb667b0bd08d760578a6492324f 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);
|
| // We don't track changes to effect tree on main thread. But, to preserve any
|
| // change tracking done on active tree's effect tree, we copy it to the main
|
|
|