summaryrefslogtreecommitdiffstats
path: root/components/mus/ws/window_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/mus/ws/window_tree.h')
-rw-r--r--components/mus/ws/window_tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/mus/ws/window_tree.h b/components/mus/ws/window_tree.h
index 378186d..0c103e7 100644
--- a/components/mus/ws/window_tree.h
+++ b/components/mus/ws/window_tree.h
@@ -344,7 +344,7 @@ class WindowTree : public mojom::WindowTree,
void SetImeVisibility(Id transport_window_id,
bool visible,
mojo::TextInputStatePtr state) override;
- void OnWindowInputEventAck(uint32_t event_id) override;
+ void OnWindowInputEventAck(uint32_t event_id, bool handled) override;
void SetClientArea(
Id transport_window_id,
mojo::InsetsPtr insets,