| Index: ui/app_list/app_list_view.h
|
| diff --git a/ui/app_list/app_list_view.h b/ui/app_list/app_list_view.h
|
| index 708d55a192ce1c0afc810e321e49a6cb9a80d02a..a4d5c67e566071a86f7b8b20ee619caf051f5bc0 100644
|
| --- a/ui/app_list/app_list_view.h
|
| +++ b/ui/app_list/app_list_view.h
|
| @@ -36,6 +36,7 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
|
| void InitAsBubble(gfx::NativeView parent,
|
| PaginationModel* pagination_model,
|
| views::View* anchor,
|
| + const gfx::Point& anchor_point,
|
| views::BubbleBorder::ArrowLocation arrow_location);
|
|
|
| void SetBubbleArrowLocation(
|
| @@ -51,6 +52,7 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
|
|
|
| // Overridden from views::WidgetDelegateView:
|
| virtual views::View* GetInitiallyFocusedView() OVERRIDE;
|
| + virtual gfx::ImageSkia GetWindowAppIcon() OVERRIDE;
|
| virtual bool HasHitTestMask() const OVERRIDE;
|
| virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
|
|
|
|
|