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

Unified Diff: ui/display/manager/display_manager.h

Issue 2519993002: Move kInvalidDisplayID to display_constants.h. (Closed)
Patch Set: Address comments. Created 4 years, 1 month 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 | « ui/display/manager/display_layout_store.cc ('k') | ui/display/manager/display_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/manager/display_manager.h
diff --git a/ui/display/manager/display_manager.h b/ui/display/manager/display_manager.h
index ef12ca4483ff63195e4120a656c33c8b1fe4d58a..f083a6a0a4c67c03dc6d8a16e17e96f866ac9353 100644
--- a/ui/display/manager/display_manager.h
+++ b/ui/display/manager/display_manager.h
@@ -23,6 +23,7 @@
#include "ui/display/display_observer.h"
#include "ui/display/manager/display_layout.h"
#include "ui/display/manager/managed_display_info.h"
+#include "ui/display/types/display_constants.h"
#if defined(OS_CHROMEOS)
#include "ui/display/chromeos/display_configurator.h"
@@ -425,7 +426,7 @@ class DISPLAY_EXPORT DisplayManager
std::unique_ptr<DisplayLayoutStore> layout_store_;
- int64_t first_display_id_ = Display::kInvalidDisplayID;
+ int64_t first_display_id_ = kInvalidDisplayId;
// List of current active displays.
Displays active_display_list_;
@@ -459,7 +460,7 @@ class DISPLAY_EXPORT DisplayManager
MultiDisplayMode multi_display_mode_ = EXTENDED;
MultiDisplayMode current_default_multi_display_mode_ = EXTENDED;
- int64_t mirroring_display_id_ = Display::kInvalidDisplayID;
+ int64_t mirroring_display_id_ = kInvalidDisplayId;
Displays software_mirroring_display_list_;
// User preference for rotation lock of the internal display.
« no previous file with comments | « ui/display/manager/display_layout_store.cc ('k') | ui/display/manager/display_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698