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

Unified Diff: chrome/browser/ui/app_list/app_list_positioner.h

Issue 1920263003: Rename gfx::Display/Screen to display::Display/Screen in chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: chrome/browser/ui/app_list/app_list_positioner.h
diff --git a/chrome/browser/ui/app_list/app_list_positioner.h b/chrome/browser/ui/app_list/app_list_positioner.h
index 8e8c787772daa2b25a4ad4eb6370dfdd70586ab5..52a0a08e2694eee62d9b0b205e98a5b0231908b5 100644
--- a/chrome/browser/ui/app_list/app_list_positioner.h
+++ b/chrome/browser/ui/app_list/app_list_positioner.h
@@ -5,7 +5,7 @@
#ifndef CHROME_BROWSER_UI_APP_LIST_APP_LIST_POSITIONER_H_
#define CHROME_BROWSER_UI_APP_LIST_APP_LIST_POSITIONER_H_
-#include "ui/gfx/display.h"
+#include "ui/display/display.h"
#include "ui/gfx/geometry/size.h"
namespace gfx {
@@ -42,7 +42,7 @@ class AppListPositioner {
// |window_size| is the size of the App List.
// |min_distance_from_edge| is the minimum distance, in pixels, to position
// the app list from the shelf or edge of screen.
- AppListPositioner(const gfx::Display& display,
+ AppListPositioner(const display::Display& display,
const gfx::Size& window_size,
int min_distance_from_edge);
@@ -103,7 +103,7 @@ class AppListPositioner {
// the work area. Returns the updated anchor point.
gfx::Point ClampAnchorPoint(gfx::Point anchor) const;
- gfx::Display display_;
+ display::Display display_;
// Size of the App List.
gfx::Size window_size_;

Powered by Google App Engine
This is Rietveld 408576698