| 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 a4d5c67e566071a86f7b8b20ee619caf051f5bc0..fcbdda7008e3f7fdd8d7008c1f1f4d14e37002bd 100644
|
| --- a/ui/app_list/app_list_view.h
|
| +++ b/ui/app_list/app_list_view.h
|
| @@ -42,6 +42,8 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
|
| void SetBubbleArrowLocation(
|
| views::BubbleBorder::ArrowLocation arrow_location);
|
|
|
| + void SetAnchorPoint(const gfx::Point& anchor_point);
|
| +
|
| void Close();
|
|
|
| void UpdateBounds();
|
|
|