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

Unified Diff: ash/display/mirror_window_controller.h

Issue 2270553002: Move ash::DisplayInfo to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 4 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_util.cc ('k') | ash/display/mirror_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/mirror_window_controller.h
diff --git a/ash/display/mirror_window_controller.h b/ash/display/mirror_window_controller.h
index 40569439479cf996950beebbb1bea44dbfda95d0..55a34f6aaed8cb5d5ea332e3f3c730f90d83f1ee 100644
--- a/ash/display/mirror_window_controller.h
+++ b/ash/display/mirror_window_controller.h
@@ -30,6 +30,7 @@ class ScreenPositionClient;
namespace display {
class Display;
+class ManagedDisplayInfo;
}
namespace ui {
@@ -38,7 +39,6 @@ class Reflector;
namespace ash {
class AshWindowTreeHost;
-class DisplayInfo;
class RootWindowTransformer;
namespace test {
@@ -55,7 +55,8 @@ class ASH_EXPORT MirrorWindowController : public aura::WindowTreeHostObserver {
// Updates the root window's bounds using |display_info|.
// Creates the new root window if one doesn't exist.
- void UpdateWindow(const std::vector<DisplayInfo>& display_info);
+ void UpdateWindow(
+ const std::vector<display::ManagedDisplayInfo>& display_info);
// Same as above, but using existing display info
// for the mirrored display.
« no previous file with comments | « ash/display/display_util.cc ('k') | ash/display/mirror_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698