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. |