Index: ui/aura/window_tree_host_x11.cc |
diff --git a/ui/aura/window_tree_host_x11.cc b/ui/aura/window_tree_host_x11.cc |
index 06c3a3f381c92b8533ba5c4d52f05d6f08b2ae1b..7b2d96a8f0a2e10db39ac5b56720d6289edc5067 100644 |
--- a/ui/aura/window_tree_host_x11.cc |
+++ b/ui/aura/window_tree_host_x11.cc |
@@ -320,7 +320,8 @@ bool WindowTreeHostX11::CanDispatchEvent(const ui::PlatformEvent& event) { |
return target == xwindow_ || target == x_root_window_; |
} |
-uint32_t WindowTreeHostX11::DispatchEvent(const ui::PlatformEvent& event) { |
+ui::PostDispatchAction WindowTreeHostX11::DispatchEvent( |
+ const ui::PlatformEvent& event) { |
XEvent* xev = event; |
if (FindEventTarget(xev) == x_root_window_) { |
if (xev->type == GenericEvent) |