| Index: services/ui/ws/platform_display_default.cc
|
| diff --git a/services/ui/ws/platform_display_default.cc b/services/ui/ws/platform_display_default.cc
|
| index 41d40ca8f519e1274b53693b0c2ce0958acaa0b4..11f105d675ea49025ae95c3d1f6582d3a46404da 100644
|
| --- a/services/ui/ws/platform_display_default.cc
|
| +++ b/services/ui/ws/platform_display_default.cc
|
| @@ -5,7 +5,7 @@
|
| #include "services/ui/ws/platform_display_default.h"
|
|
|
| #include "gpu/ipc/client/gpu_channel_host.h"
|
| -#include "services/ui/display/platform_screen.h"
|
| +#include "services/ui/display/screen_manager.h"
|
| #include "services/ui/ws/platform_display_init_params.h"
|
| #include "services/ui/ws/server_window.h"
|
| #include "ui/base/cursor/cursor_loader.h"
|
| @@ -212,7 +212,7 @@ void PlatformDisplayDefault::DispatchEvent(ui::Event* event) {
|
| }
|
|
|
| void PlatformDisplayDefault::OnCloseRequest() {
|
| - display::PlatformScreen::GetInstance()->RequestCloseDisplay(GetId());
|
| + display::ScreenManager::GetInstance()->RequestCloseDisplay(GetId());
|
| }
|
|
|
| void PlatformDisplayDefault::OnClosed() {}
|
|
|