| 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;
|
|
|