Index: ui/views/widget/desktop_aura/desktop_root_window_host_x11.h |
diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h b/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h |
index a9e2db44d73cd3cbd1db53892134707b9a437ef7..ee24b741b334bb0daadf2a0bb14070979e71ed74 100644 |
--- a/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h |
+++ b/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h |
@@ -180,6 +180,11 @@ private: |
// and dispatch it to that host instead. |
void DispatchMouseEvent(ui::MouseEvent* event); |
+ // Dispatches a touch event, taking capture into account. If a different host |
+ // has capture, then touch-press events are translated to its coordinate space |
+ // and dispatched to that host instead. |
+ void DispatchTouchEvent(ui::TouchEvent* event); |
+ |
// Resets the window region for the current widget bounds if necessary. |
void ResetWindowRegion(); |