Index: ui/aura/window_event_dispatcher.h |
diff --git a/ui/aura/window_event_dispatcher.h b/ui/aura/window_event_dispatcher.h |
index fad430eed2f14b3713ab996b138b189cc75da4a8..fd998c3683a51f29aa9ae47629dfec05514d912c 100644 |
--- a/ui/aura/window_event_dispatcher.h |
+++ b/ui/aura/window_event_dispatcher.h |
@@ -92,7 +92,8 @@ |
// space, in DIPs. |
virtual void ProcessedTouchEvent(uint32_t unique_event_id, |
Window* window, |
- ui::EventResult result); |
+ ui::EventResult result, |
+ bool is_source_touch_event_set_non_blocking); |
// These methods are used to defer the processing of mouse/touch events |
// related to resize. A client (typically a RenderWidgetHostViewAura) can call |