Chromium Code Reviews| 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..26c565d3dc5de1ce90d2ecea591f360a4effca01 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( |
| @@ -53,6 +54,7 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView, |
| virtual views::View* GetInitiallyFocusedView() OVERRIDE; |
| virtual bool HasHitTestMask() const OVERRIDE; |
| virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE; |
| + virtual gfx::ImageSkia GetWindowAppIcon() OVERRIDE; |
|
msw
2012/08/29 08:02:35
nit: order after GetInitiallyFocusedView to match
benwells
2012/08/30 06:51:30
Done.
|
| // Overridden from views::View: |
| virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE; |