Chromium Code Reviews| 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 8c85c3e51900be08981f7068606ae9fdb0a28847..9b82e5cfbc690502b2156479b70ffb2fbf97f183 100644 |
| --- a/ui/app_list/views/contents_animator.h |
| +++ b/ui/app_list/views/contents_animator.h |
| @@ -62,6 +62,11 @@ class ContentsAnimator { |
| int from_page, |
| int to_page) const; |
| + // Clips the drawing of the launcher page to its onscreen bounds if necessary. |
| + void ClipPageToOnscreenBounds(int page_index, |
|
Matt Giuca
2014/12/10 06:53:39
Can you rename this to ClipSearchResultsPageToOnsc
calamity
2014/12/11 04:41:08
Done.
|
| + const gfx::Rect& current_bounds, |
| + const gfx::Rect& onscreen_bounds); |
| + |
| private: |
| ContentsView* contents_view_; |