| Index: cc/layers/layer.cc
|
| diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
|
| index e42312fbcf7ea91054967070836f205d157ba516..8a14851c5ec7c2c56b482e9c7876fb8168258e2e 100644
|
| --- a/cc/layers/layer.cc
|
| +++ b/cc/layers/layer.cc
|
| @@ -1177,7 +1177,8 @@ void Layer::PushPropertiesTo(LayerImpl* layer) {
|
| // active tree. To do so, avoid scrolling the pending tree along with it
|
| // instead of trying to undo that scrolling later.
|
| if (ScrollOffsetAnimationWasInterrupted())
|
| - layer_tree_->property_trees()
|
| + layer->layer_tree_impl()
|
| + ->property_trees()
|
| ->scroll_tree.SetScrollOffsetClobberActiveValue(layer->id());
|
|
|
| // If the main thread commits multiple times before the impl thread actually
|
|
|