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

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
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..a5f5cc93482a8961ec92f23eae7ed4b0a6f78a95 100644
--- a/ash/display/mirror_window_controller.h
+++ b/ash/display/mirror_window_controller.h
@@ -33,12 +33,12 @@ class Display;
}
namespace ui {
+class DisplayInfo;
class Reflector;
}
namespace ash {
class AshWindowTreeHost;
-class DisplayInfo;
class RootWindowTransformer;
namespace test {
@@ -55,7 +55,7 @@ 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<ui::DisplayInfo>& display_info);
// Same as above, but using existing display info
// for the mirrored display.

Powered by Google App Engine
This is Rietveld 408576698