| Index: ui/events/blink/input_handler_proxy.h
|
| diff --git a/ui/events/blink/input_handler_proxy.h b/ui/events/blink/input_handler_proxy.h
|
| index 6320b558470fbdbc6130692ac838e91b9a9b0058..850d62bc024678dd2642e74766e1eba1b8d16686 100644
|
| --- a/ui/events/blink/input_handler_proxy.h
|
| +++ b/ui/events/blink/input_handler_proxy.h
|
| @@ -100,7 +100,9 @@ class InputHandlerProxy
|
| // Helper functions for handling more complicated input events.
|
| EventDisposition HandleMouseWheel(
|
| const blink::WebMouseWheelEvent& event);
|
| - EventDisposition ScrollByMouseWheel(const blink::WebMouseWheelEvent& event);
|
| + EventDisposition ScrollByMouseWheel(
|
| + const blink::WebMouseWheelEvent& event,
|
| + cc::EventListenerProperties listener_properties);
|
| EventDisposition HandleGestureScrollBegin(
|
| const blink::WebGestureEvent& event);
|
| EventDisposition HandleGestureScrollUpdate(
|
|
|