From c30a6232df03e1efbd9f3b226777b07e087a1122 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 12 Oct 2020 14:27:29 +0200 Subject: BASELINE: Update Chromium to 85.0.4183.140 Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057 Reviewed-by: Allan Sandfeld Jensen --- chromium/components/exo/wayland/server.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chromium/components/exo/wayland/server.h') 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 zwp_text_manager_data_; + std::unique_ptr zxdg_shell_data_; std::unique_ptr xdg_shell_data_; #endif -- cgit v1.2.1