| Index: ui/aura/window_event_dispatcher.h
|
| diff --git a/ui/aura/window_event_dispatcher.h b/ui/aura/window_event_dispatcher.h
|
| index a0b70604d0117565b7e8e0d6a6b3b09a2b7fdf59..d54d10a3a8325fc71e3788ca9f0b8c349a37f3a9 100644
|
| --- a/ui/aura/window_event_dispatcher.h
|
| +++ b/ui/aura/window_event_dispatcher.h
|
| @@ -197,8 +197,7 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor,
|
| bool CanDispatchToConsumer(ui::GestureConsumer* consumer) override;
|
| void DispatchGestureEvent(ui::GestureConsumer* raw_input_consumer,
|
| ui::GestureEvent* event) override;
|
| - void DispatchCancelTouchEvent(ui::GestureConsumer* raw_input_consumer,
|
| - ui::TouchEvent* event) override;
|
| + void DispatchSyntheticTouchEvent(ui::TouchEvent* event) override;
|
|
|
| // Overridden from WindowObserver:
|
| void OnWindowDestroying(Window* window) override;
|
|
|