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 c20879819119fe52605f76cbd25e0573ea8c5e45..39eafa0f4b3a5002bdbeecbe8c91bd35279d5238 100644 |
--- a/content/renderer/input/input_event_filter.cc |
+++ b/content/renderer/input/input_event_filter.cc |
@@ -171,7 +171,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); |
} |