Chromium Code Reviews| Index: cc/layers/layer_impl.cc |
| diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc |
| index 79505ce41a69f0f7aed032c7806808243e2bcca4..86a1e47d667cf096a6af97d5ff76d22246d7a212 100644 |
| --- a/cc/layers/layer_impl.cc |
| +++ b/cc/layers/layer_impl.cc |
| @@ -1285,7 +1285,7 @@ void LayerImpl::SetScrollbarPosition(ScrollbarLayerImplBase* scrollbar_layer, |
| // viewport). |
| if (scrollbar_animation_controller_) { |
| bool should_animate = scrollbar_animation_controller_->DidScrollUpdate( |
| - layer_tree_impl_->CurrentPhysicalTimeTicks()); |
| + layer_tree_impl_->CurrentFrameTimeTicks()); |
|
aelias_OOO_until_Jul13
2014/03/21 01:37:44
physical time
|
| if (should_animate) |
| layer_tree_impl_->StartScrollbarAnimation(); |
| } |