| Index: ui/aura/window_event_dispatcher.h
|
| diff --git a/ui/aura/window_event_dispatcher.h b/ui/aura/window_event_dispatcher.h
|
| index 1c2c6f11cfb21381110f0081e45d878fff00ef94..be75b94cb1975df099284bb7dbeabf707aae85e0 100644
|
| --- a/ui/aura/window_event_dispatcher.h
|
| +++ b/ui/aura/window_event_dispatcher.h
|
| @@ -89,8 +89,7 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor,
|
| // window should let the WindowEventDispatcher know about the result of the
|
| // event processing, so that gesture events can be properly created and
|
| // dispatched.
|
| - void ProcessedTouchEvent(ui::TouchEvent* event,
|
| - Window* window,
|
| + void ProcessedTouchEvent(Window* window,
|
| ui::EventResult result);
|
|
|
| // These methods are used to defer the processing of mouse/touch events
|
|
|