Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(412)

Unified Diff: ui/app_list/apps_grid_view.h

Issue 10961020: cros: Fix mouse over-scroll animation not happening. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix jumping around when mouse is hovering on an item Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/app_list/app_list_item_view.cc ('k') | ui/app_list/apps_grid_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/apps_grid_view.h
diff --git a/ui/app_list/apps_grid_view.h b/ui/app_list/apps_grid_view.h
index d00f8a4330328e33c2afd48f44c6048991e9cfbc..21ed590dd19cafa0cc5068755c620555762abe20 100644
--- a/ui/app_list/apps_grid_view.h
+++ b/ui/app_list/apps_grid_view.h
@@ -44,6 +44,8 @@ class APP_LIST_EXPORT AppsGridView : public views::View,
void EnsureItemVisible(const AppListItemView* item);
+ bool HasPageTransition() const;
+
int tiles_per_page() const { return cols_ * rows_per_page_; }
// Overridden from views::View:
« no previous file with comments | « ui/app_list/app_list_item_view.cc ('k') | ui/app_list/apps_grid_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698