| Index: components/exo/wayland/server.cc
|
| diff --git a/components/exo/wayland/server.cc b/components/exo/wayland/server.cc
|
| index da273f2d8bb052fa413dc4f8152d2ffad900e8d4..a672846773fa00332446cd3eece8c3891447553a 100644
|
| --- a/components/exo/wayland/server.cc
|
| +++ b/components/exo/wayland/server.cc
|
| @@ -645,7 +645,7 @@ void shell_surface_set_title(wl_client* client,
|
| void shell_surface_set_class(wl_client* client,
|
| wl_resource* resource,
|
| const char* clazz) {
|
| - NOTIMPLEMENTED();
|
| + GetUserDataAs<ShellSurface>(resource)->SetApplicationId(clazz);
|
| }
|
|
|
| const struct wl_shell_surface_interface shell_surface_implementation = {
|
|
|