Index: athena/home/app_list_view_delegate.h |
diff --git a/athena/home/app_list_view_delegate.h b/athena/home/app_list_view_delegate.h |
index 95404c2fd8ce588e165df7a6fb2bfefaf829b1c0..d88375e52ac6f4193935898c38596f8eb791cedf 100644 |
--- a/athena/home/app_list_view_delegate.h |
+++ b/athena/home/app_list_view_delegate.h |
@@ -54,6 +54,7 @@ class AppListViewDelegate : public app_list::AppListViewDelegate { |
views::View* CreateStartPageWebView(const gfx::Size& size) override; |
std::vector<views::View*> CreateCustomPageWebViews( |
const gfx::Size& size) override; |
+ void CustomLauncherPageAnimationChanged(double progress) override; |
bool IsSpeechRecognitionEnabled() override; |
const Users& GetUsers() const override; |
bool ShouldCenterWindow() const override; |