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

Unified Diff: services/ui/ws/platform_display_init_params.cc

Issue 2523723002: Update display::Display::kInvalidDisplayID constant. (Closed)
Patch Set: Fix includes. 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 | « services/ui/public/cpp/window.cc ('k') | services/ui/ws/test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/platform_display_init_params.cc
diff --git a/services/ui/ws/platform_display_init_params.cc b/services/ui/ws/platform_display_init_params.cc
index 213483866944750377d5f8b4f97fd7e713400006..b35e63796b2527516682ccf4cd2ae6e2b1510c06 100644
--- a/services/ui/ws/platform_display_init_params.cc
+++ b/services/ui/ws/platform_display_init_params.cc
@@ -6,13 +6,13 @@
#include "services/ui/surfaces/display_compositor.h"
#include "services/ui/ws/server_window.h"
-#include "ui/display/display.h"
+#include "ui/display/types/display_constants.h"
namespace ui {
namespace ws {
PlatformDisplayInitParams::PlatformDisplayInitParams()
- : display_id(display::Display::kInvalidDisplayID) {}
+ : display_id(display::kInvalidDisplayId) {}
PlatformDisplayInitParams::PlatformDisplayInitParams(
const PlatformDisplayInitParams& other) = default;
« no previous file with comments | « services/ui/public/cpp/window.cc ('k') | services/ui/ws/test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698