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

Unified Diff: ash/display/display_util.h

Issue 2445583002: Relocate display_manager from ash to ui (Closed)
Patch Set: fix windows build Created 4 years, 2 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
« no previous file with comments | « ash/display/display_manager_unittest.cc ('k') | ash/display/display_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_util.h
diff --git a/ash/display/display_util.h b/ash/display/display_util.h
index 0cb7d81cdc74084d1635c1236cb689fb916fddf2..672f72908505c9f3c5f8e9ed49d3a9364cae301a 100644
--- a/ash/display/display_util.h
+++ b/ash/display/display_util.h
@@ -15,6 +15,7 @@ class Window;
}
namespace display {
+class DisplayManager;
class ManagedDisplayInfo;
}
@@ -25,14 +26,13 @@ class Rect;
namespace ash {
class AshWindowTreeHost;
-class DisplayManager;
class MouseWarpController;
// Creates a MouseWarpController for the current display
// configuration. |drag_source| is the window where dragging
// started, or nullptr otherwise.
std::unique_ptr<MouseWarpController> CreateMouseWarpController(
- DisplayManager* manager,
+ display::DisplayManager* manager,
aura::Window* drag_source);
// Creates edge bounds from |bounds_in_screen| that fits the edge
« no previous file with comments | « ash/display/display_manager_unittest.cc ('k') | ash/display/display_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698