| 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 5eb79c188d5808002453da207a17c86e431b5c7f..5320554de72dabc43ae7b54cd65cc86f307d1f14 100644
|
| --- a/ui/app_list/views/app_list_view.h
|
| +++ b/ui/app_list/views/app_list_view.h
|
| @@ -123,8 +123,8 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
|
| bool border_accepts_events,
|
| const gfx::Vector2d& anchor_offset);
|
|
|
| - // Gets the point at the center of the current screen.
|
| - // |screen_to_keep_centered_on_| must not be NULL.
|
| + // Gets the point at the center of the current screen, excluding the virtual
|
| + // keyboard area. |screen_to_keep_centered_on_| must not be NULL.
|
| gfx::Point GetCenterPoint();
|
|
|
| // Overridden from views::BubbleDelegateView:
|
|
|