Chromium Code Reviews| Index: ui/app_list/pagination_model.cc |
| diff --git a/ui/app_list/pagination_model.cc b/ui/app_list/pagination_model.cc |
| index c2bf8e5da741f16f16cb9cda23edce5c38ec6454..51af74af0f82edbf52d05bd1ae5a9b71a60b73af 100644 |
| --- a/ui/app_list/pagination_model.cc |
| +++ b/ui/app_list/pagination_model.cc |
| @@ -229,8 +229,8 @@ int PaginationModel::CalculateTargetPage(int delta) const { |
| void PaginationModel::StartTransitionAnimation(const Transition& transition) { |
| DCHECK(selected_page_ != transition.target_page); |
| - NotifyTransitionStarted(); |
| SetTransition(transition); |
|
calamity
2014/07/10 03:59:36
Is this change still needed?
Matt Giuca
2014/07/10 05:31:03
You can revert this change now that we are using T
|
| + NotifyTransitionStarted(); |
| transition_animation_.reset(new gfx::SlideAnimation(this)); |
| transition_animation_->SetTweenType(gfx::Tween::LINEAR); |