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

Unified Diff: ash/display/display_manager.cc

Issue 2223063003: Move DisplayLayoutStore from ash to ui. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase/add TODO. 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_manager.h ('k') | ash/display/display_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_manager.cc
diff --git a/ash/display/display_manager.cc b/ash/display/display_manager.cc
index c223f497e28ebcb39eeb46da977f4b7012fac028..d1e002f8f93e1be16502ea9ea424da6607c957f4 100644
--- a/ash/display/display_manager.cc
+++ b/ash/display/display_manager.cc
@@ -15,7 +15,6 @@
#include "ash/common/ash_switches.h"
#include "ash/common/display/display_info.h"
-#include "ash/display/display_layout_store.h"
#include "ash/display/display_util.h"
#include "ash/display/extended_mouse_warp_controller.h"
#include "ash/display/null_mouse_warp_controller.h"
@@ -38,6 +37,7 @@
#include "ui/base/l10n/l10n_util.h"
#include "ui/display/display.h"
#include "ui/display/display_observer.h"
+#include "ui/display/manager/display_layout_store.h"
#include "ui/display/screen.h"
#include "ui/gfx/font_render_params.h"
#include "ui/gfx/geometry/rect.h"
@@ -132,7 +132,7 @@ int64_t DisplayManager::kUnifiedDisplayId = -10;
DisplayManager::DisplayManager()
: delegate_(nullptr),
screen_(new ScreenAsh),
- layout_store_(new DisplayLayoutStore),
+ layout_store_(new display::DisplayLayoutStore),
first_display_id_(display::Display::kInvalidDisplayID),
num_connected_displays_(0),
force_bounds_changed_(false),
« no previous file with comments | « ash/display/display_manager.h ('k') | ash/display/display_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698