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

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

Issue 645603003: app_list_folder_item.h: Fix typedefs and includes (ahead of refactor). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Created 6 years, 2 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_folder_item.cc ('k') | ui/app_list/views/apps_container_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/apps_container_view.h
diff --git a/ui/app_list/views/apps_container_view.h b/ui/app_list/views/apps_container_view.h
index 895d2e480f12f433041fb406b30ec588477bcb61..1f4c28d35c3b79f3898f23a53c02476ed565814b 100644
--- a/ui/app_list/views/apps_container_view.h
+++ b/ui/app_list/views/apps_container_view.h
@@ -11,6 +11,10 @@
#include "ui/app_list/views/top_icon_animation_view.h"
#include "ui/views/view.h"
+namespace gfx {
+class Rect;
+}
+
namespace app_list {
class AppsGridView;
@@ -85,7 +89,7 @@ class AppsContainerView : public views::View,
// is relative to AppsContainerView.
// Returns the bounds of top items' icon in sequence of top left, top right,
// bottom left, bottom right.
- Rects GetTopItemIconBoundsInActiveFolder();
+ std::vector<gfx::Rect> GetTopItemIconBoundsInActiveFolder();
// Creates the transitional views for animating the top items in the folder
// when opening or closing a folder.
« no previous file with comments | « ui/app_list/app_list_folder_item.cc ('k') | ui/app_list/views/apps_container_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698