| 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 b59b8d47de822b66081d14cf831f92fe3bc6334f..1738078bc87b9bbb30f2052970cb8c0e6dc47408 100644
|
| --- a/content/renderer/input/input_event_filter.cc
|
| +++ b/content/renderer/input/input_event_filter.cc
|
| @@ -173,7 +173,7 @@ void InputEventFilter::ForwardToHandler(const IPC::Message& message) {
|
| return;
|
| }
|
|
|
| - if (!WebInputEventTraits::IgnoresAckDisposition(event->type))
|
| + if (!WebInputEventTraits::IgnoresAckDisposition(*event))
|
| SendACK(event->type, ack, latency_info, routing_id);
|
| }
|
|
|
|
|