| Index: components/exo/wayland/server.cc
|
| diff --git a/components/exo/wayland/server.cc b/components/exo/wayland/server.cc
|
| index 13a568dc11f14a42b1c82b81777b3bd1aa51c89d..4e36150c5f58795fa4852be665102f8007a97bb5 100644
|
| --- a/components/exo/wayland/server.cc
|
| +++ b/components/exo/wayland/server.cc
|
| @@ -758,7 +758,8 @@ void xdg_surface_set_window_geometry(wl_client* client,
|
| int32_t y,
|
| int32_t width,
|
| int32_t height) {
|
| - NOTIMPLEMENTED();
|
| + GetUserDataAs<ShellSurface>(resource)
|
| + ->SetGeometry(gfx::Rect(x, y, width, height));
|
| }
|
|
|
| void xdg_surface_set_maximized(wl_client* client, wl_resource* resource) {
|
|
|