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

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

Issue 2519993002: Move kInvalidDisplayID to display_constants.h. (Closed)
Patch Set: Add comment. 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
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..c0e9440835cd14b3308b09e045aeef2cd1501f05 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.

Powered by Google App Engine
This is Rietveld 408576698