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

Unified Diff: ui/app_list/views/contents_animator.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: address_comment 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
« no previous file with comments | « ui/app_list/views/app_list_view_unittest.cc ('k') | ui/app_list/views/contents_animator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..a643afdaec8824c836b544cb4791a01068895065 100644
--- a/ui/app_list/views/contents_animator.h
+++ b/ui/app_list/views/contents_animator.h
@@ -39,14 +39,6 @@ class ContentsAnimator {
protected:
const ContentsView* contents_view() const { return contents_view_; }
- // Gets the on-screen page bounds for a given launcher page with index
- // |page_index|.
- gfx::Rect GetOnscreenPageBounds(int page_index) const;
-
- // Gets the origin (the off-screen resting place) for a given launcher page
- // with index |page_index|.
- gfx::Rect GetOffscreenPageBounds(int page_index) const;
-
// Updates the position of the custom launcher page view (if it exists), in
// the default way for start page <-> other page transitions. This places it
// into collapsed state on the start page, and hidden on any other page. Any
« no previous file with comments | « ui/app_list/views/app_list_view_unittest.cc ('k') | ui/app_list/views/contents_animator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698