Index: components/exo/wayland/server.cc |
diff --git a/components/exo/wayland/server.cc b/components/exo/wayland/server.cc |
index 0df2421143355a4edfc643c0235b68f87e401b0a..9de1aa196a8394c1461e41e35996342e925e9e9d 100644 |
--- a/components/exo/wayland/server.cc |
+++ b/components/exo/wayland/server.cc |
@@ -3899,7 +3899,7 @@ Server::Server(Display* display) |
wl_global_create(wl_display_.get(), &zcr_remote_shell_v1_interface, |
remote_shell_version, display_, bind_remote_shell); |
wl_global_create(wl_display_.get(), &zwp_remote_shell_v1_interface, |
- remote_shell_version, display_, |
+ remote_shell_version_DEPRECATED, display_, |
bind_remote_shell_DEPRECATED); |
wl_global_create(wl_display_.get(), &zcr_gaming_input_v1_interface, 1, |
display_, bind_gaming_input); |