| Index: ui/app_list/views/contents_animator.h
|
| diff --git a/ui/app_list/views/contents_animator.h b/ui/app_list/views/contents_animator.h
|
| index cd559901a64d91fa8008edb012b50003c4ac41e4..78d4534b66d35024574fe9e6d8d8298bffb27890 100644
|
| --- a/ui/app_list/views/contents_animator.h
|
| +++ b/ui/app_list/views/contents_animator.h
|
| @@ -81,6 +81,8 @@ class DefaultAnimator : public ContentsAnimator {
|
|
|
| ~DefaultAnimator() override {}
|
|
|
| + using ContentsAnimator::GetOnscreenPageBounds;
|
| +
|
| // ContentsAnimator overrides:
|
| std::string NameForTests() const override;
|
| void Update(double progress, int from_page, int to_page) override;
|
|
|