| Index: cc/layers/layer_impl.cc
|
| diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc
|
| index ede47194937e0a1eb381f73f543bea680853edd0..3b7f0909dbe6a122d501d9d2a94efcce9401c75c 100644
|
| --- a/cc/layers/layer_impl.cc
|
| +++ b/cc/layers/layer_impl.cc
|
| @@ -972,7 +972,7 @@ void LayerImpl::UpdateScrollbarPositions() {
|
|
|
| if (scrollbar_animation_controller_) {
|
| bool should_animate = scrollbar_animation_controller_->DidScrollUpdate(
|
| - layer_tree_impl_->CurrentPhysicalTimeTicks());
|
| + layer_tree_impl_->CurrentPhysicalFrameTime());
|
| if (should_animate)
|
| layer_tree_impl_->StartScrollbarAnimation();
|
| }
|
|
|