| Index: components/exo/wayland/server.cc
|
| diff --git a/components/exo/wayland/server.cc b/components/exo/wayland/server.cc
|
| index ee3a25aa333b40c14033de982e02b5aa1aff6724..640e8a3a8b51b98e62ba646063fcfdaf4d66bb98 100644
|
| --- a/components/exo/wayland/server.cc
|
| +++ b/components/exo/wayland/server.cc
|
| @@ -1597,7 +1597,6 @@ class WaylandRemoteShell : public ash::ShellObserver,
|
| }
|
|
|
| // Overridden from ash::ShellObserver:
|
| - void OnDisplayWorkAreaInsetsChanged() override { SendConfigure(); }
|
| void OnMaximizeModeStarted() override {
|
| SendLayoutModeChange(ZWP_REMOTE_SHELL_V1_LAYOUT_MODE_TABLET);
|
| send_configure_after_layout_change_ = true;
|
|
|