diff options
Diffstat (limited to 'chromium/components/exo/wayland/server.h')
-rw-r--r-- | chromium/components/exo/wayland/server.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/components/exo/wayland/server.h b/chromium/components/exo/wayland/server.h index 3f36907b9af..971164e2e00 100644 --- a/chromium/components/exo/wayland/server.h +++ b/chromium/components/exo/wayland/server.h @@ -25,6 +25,7 @@ class WaylandDisplayOutput; struct WaylandSeat; struct WaylandTextInputManager; struct WaylandXdgShell; +struct WaylandZxdgShell; // This class is a thin wrapper around a Wayland display server. All Wayland // requests are dispatched into the given Exosphere display. @@ -67,6 +68,7 @@ class Server : public display::DisplayObserver { #if defined(OS_CHROMEOS) std::unique_ptr<WaylandTextInputManager> zwp_text_manager_data_; + std::unique_ptr<WaylandZxdgShell> zxdg_shell_data_; std::unique_ptr<WaylandXdgShell> xdg_shell_data_; #endif |