Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: ui/app_list/views/app_list_view.h

Issue 250423004: ChromeOS: Avoid overlapping app list with virtual keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Avoid DEPS changes; use AppListViewDelegate instead. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698