| Index: components/mus/ws/display.cc
|
| diff --git a/components/mus/ws/display.cc b/components/mus/ws/display.cc
|
| index 45d116dd7fbb45415d494f5915788101c89eb5b1..6988841f88da8cdfb507a17a6891a8047188417b 100644
|
| --- a/components/mus/ws/display.cc
|
| +++ b/components/mus/ws/display.cc
|
| @@ -144,6 +144,14 @@ mojom::Rotation Display::GetRotation() const {
|
| return platform_display_->GetRotation();
|
| }
|
|
|
| +gfx::Size Display::GetSize() const {
|
| + return root_->bounds().size();
|
| +}
|
| +
|
| +int64_t Display::GetPlatformDisplayId() const {
|
| + return platform_display_->GetDisplayId();
|
| +}
|
| +
|
| const WindowManagerState* Display::GetActiveWindowManagerState() const {
|
| return GetWindowManagerStateForUser(
|
| window_server_->user_id_tracker()->active_id());
|
|
|