Chromium Code Reviews| Index: chrome/browser/ui/views/app_list/win/app_list_win.h |
| diff --git a/chrome/browser/ui/views/app_list/win/app_list_win.h b/chrome/browser/ui/views/app_list/win/app_list_win.h |
| index 95b9903341e37bf1715fe749eb0a35aab3987bb7..5d530645020df53d0caf1295fa4c469412ed09b7 100644 |
| --- a/chrome/browser/ui/views/app_list/win/app_list_win.h |
| +++ b/chrome/browser/ui/views/app_list/win/app_list_win.h |
| @@ -16,6 +16,10 @@ class Rect; |
| class Size; |
| } |
| +namespace display { |
|
Lei Zhang
2016/04/28 20:13:11
Is this temporary?
oshima
2016/04/28 20:19:04
yes. I'll remove them when the transition is compl
|
| +using Display = gfx::Display; |
| +} |
| + |
| // Responsible for positioning an AppListView on Windows. |
| // TODO(tapted): Shouldn't be a class - move the static member functions out. |
| class AppListWin { |
| @@ -26,7 +30,7 @@ class AppListWin { |
| // intended coordinates for the center of the window. If |taskbar_rect| is |
| // empty, assumes there is no taskbar on the given display. |
| static gfx::Point FindAnchorPoint(const gfx::Size& view_size, |
| - const gfx::Display& display, |
| + const display::Display& display, |
| const gfx::Point& cursor, |
| const gfx::Rect& taskbar_rect, |
| bool center_window); |