| Index: ui/app_list/views/app_list_view.h
|
| diff --git a/ui/app_list/views/app_list_view.h b/ui/app_list/views/app_list_view.h
|
| index 53d08a40dd7c08bea30d3111270834603f8f859c..d0d5187cf020088b2153aa61cfd2f58051e49525 100644
|
| --- a/ui/app_list/views/app_list_view.h
|
| +++ b/ui/app_list/views/app_list_view.h
|
| @@ -40,6 +40,8 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
|
| virtual ~AppListView();
|
|
|
| // Initializes the widget.
|
| + // If an |anchor| is provided, the |anchor_point| is a local offset, otherwise
|
| + // it is the anchor point in screen coordinates.
|
| void InitAsBubble(gfx::NativeView parent,
|
| PaginationModel* pagination_model,
|
| views::View* anchor,
|
|
|