Index: athena/home/app_list_view_delegate.cc |
diff --git a/athena/home/app_list_view_delegate.cc b/athena/home/app_list_view_delegate.cc |
index eead245f102a22399a88b3808b7d9042027903be..2c3791a32b4b1aaf5f57caba9e338e708562a64c 100644 |
--- a/athena/home/app_list_view_delegate.cc |
+++ b/athena/home/app_list_view_delegate.cc |
@@ -159,6 +159,10 @@ std::vector<views::View*> AppListViewDelegate::CreateCustomPageWebViews( |
return std::vector<views::View*>(); |
} |
+void AppListViewDelegate::CustomLauncherPageAnimationChanged(double progress) { |
+ launcher_page_event_dispatcher_->ProgressChanged(progress); |
tapted
2014/11/06 06:05:45
remove? (not in athena)
calamity
2014/11/07 03:43:29
Done.
|
+} |
+ |
bool AppListViewDelegate::IsSpeechRecognitionEnabled() { |
return false; |
} |