| Index: ui/aura/window_event_dispatcher.h
|
| diff --git a/ui/aura/window_event_dispatcher.h b/ui/aura/window_event_dispatcher.h
|
| index 3ea98331118b76c01a442f45d8e823a08157d111..2c93589c73528175a5a70fee571038fbfdba386f 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;
|
|
|