| Index: components/exo/wayland/server.cc
|
| diff --git a/components/exo/wayland/server.cc b/components/exo/wayland/server.cc
|
| index b4c2c99239e017c4b57aa15015fe53da67cba955..0e160d183890c1f377fc01c8d4aceb7233805af9 100644
|
| --- a/components/exo/wayland/server.cc
|
| +++ b/components/exo/wayland/server.cc
|
| @@ -1634,11 +1634,6 @@ class WaylandRemoteShell : public ash::ShellObserver,
|
| }
|
|
|
| // Overridden from ash::ShellObserver:
|
| - void OnDisplayWorkAreaInsetsChanged() override {
|
| - const display::Display primary =
|
| - display::Screen::GetScreen()->GetPrimaryDisplay();
|
| - SendConfigure_DEPRECATED(primary);
|
| - }
|
| void OnMaximizeModeStarted() override {
|
| layout_mode_ = ZWP_REMOTE_SHELL_V1_LAYOUT_MODE_TABLET;
|
| SendLayoutModeChange_DEPRECATED();
|
|
|