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

Unified Diff: ui/app_list/views/contents_view.h

Issue 889403005: Make start page fill app list bounds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new_apps_grid_paddings
Patch Set: Created 5 years, 10 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
Index: ui/app_list/views/contents_view.h
diff --git a/ui/app_list/views/contents_view.h b/ui/app_list/views/contents_view.h
index 3d296d8d4f8b8730d223d828c9a06c34295b8d0a..6dd479e081aa92d94692c1fae30206d20076d675 100644
--- a/ui/app_list/views/contents_view.h
+++ b/ui/app_list/views/contents_view.h
@@ -32,6 +32,7 @@ class AppListMainView;
class AppListViewDelegate;
class AppsContainerView;
class ContentsAnimator;
+class DefaultAnimator;
class PaginationModel;
class SearchBoxView;
class SearchResultPageView;
@@ -240,7 +241,7 @@ class APP_LIST_EXPORT ContentsView : public views::View,
contents_animators_;
// The animator for transitions not found in |contents_animators_|.
- scoped_ptr<ContentsAnimator> default_animator_;
+ scoped_ptr<DefaultAnimator> default_animator_;
DISALLOW_COPY_AND_ASSIGN(ContentsView);
};

Powered by Google App Engine
This is Rietveld 408576698