| Index: content/renderer/input/input_event_filter.cc
|
| diff --git a/content/renderer/input/input_event_filter.cc b/content/renderer/input/input_event_filter.cc
|
| index a6a3fbf586e91d9f464c3ce84c25afb6927e442d..8e965a0e384db07d4d60c648a87ecc3810127a7c 100644
|
| --- a/content/renderer/input/input_event_filter.cc
|
| +++ b/content/renderer/input/input_event_filter.cc
|
| @@ -238,7 +238,7 @@ void InputEventFilter::DidForwardToHandlerAndOverscroll(
|
| bool send_ack = dispatch_type == DISPATCH_TYPE_BLOCKING;
|
| uint32_t unique_touch_event_id =
|
| ui::WebInputEventTraits::GetUniqueTouchEventId(*event);
|
| - WebInputEvent::Type type = event->type;
|
| + WebInputEvent::Type type = event->type();
|
|
|
| if (ack_state == INPUT_EVENT_ACK_STATE_SET_NON_BLOCKING ||
|
| ack_state == INPUT_EVENT_ACK_STATE_SET_NON_BLOCKING_DUE_TO_FLING ||
|
|
|