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