| Index: ui/app_list/views/app_list_folder_view.h
|
| diff --git a/ui/app_list/views/app_list_folder_view.h b/ui/app_list/views/app_list_folder_view.h
|
| index 72b8fc5bd3e87d27d723fd39d6986d5319771062..a79377ab498044d511fc216e59fbd6526fb500ee 100644
|
| --- a/ui/app_list/views/app_list_folder_view.h
|
| +++ b/ui/app_list/views/app_list_folder_view.h
|
| @@ -81,6 +81,9 @@ class AppListFolderView : public views::View,
|
| // to the drag_drop_host, eg. dropped on shelf.
|
| void DispatchEndDragEventForReparent(bool events_forwarded_to_drag_drop_host);
|
|
|
| + // Hides the view immediately without animation.
|
| + void HideViewImmediately();
|
| +
|
| // views::View overrides:
|
| virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| virtual void Layout() OVERRIDE;
|
| @@ -93,7 +96,6 @@ class AppListFolderView : public views::View,
|
| virtual void OnImplicitAnimationsCompleted() OVERRIDE;
|
|
|
| AppsGridView* items_grid_view() { return items_grid_view_; }
|
| - bool hide_for_reparent() const { return hide_for_reparent_; }
|
|
|
| private:
|
| void CalculateIdealBounds();
|
|
|