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

Unified Diff: ash/display/window_tree_host_manager.h

Issue 2270553002: Move ash::DisplayInfo to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build 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/window_tree_host_manager.h
diff --git a/ash/display/window_tree_host_manager.h b/ash/display/window_tree_host_manager.h
index c9c91f6fb818f02d955cfbca9e7485aee800bd60..9d187f28b1a1f31fa8fa1e97401d2105d0bcc12a 100644
--- a/ash/display/window_tree_host_manager.h
+++ b/ash/display/window_tree_host_manager.h
@@ -40,11 +40,15 @@ namespace gfx {
class Insets;
}
+namespace ui {
+class ManagedDisplayInfo;
+}
oshima 2016/08/26 21:47:53 Remove this?
rjkroege 2016/08/29 22:21:59 Done.
+
namespace ash {
class AshWindowTreeHost;
struct AshWindowTreeHostInitParams;
class CursorWindowController;
-class DisplayInfo;
+
class DisplayManager;
class FocusActivationStore;
class InputMethodEventHandler;

Powered by Google App Engine
This is Rietveld 408576698