Index: trunk/src/content/renderer/input/input_event_filter.cc |
=================================================================== |
--- trunk/src/content/renderer/input/input_event_filter.cc (revision 266575) |
+++ trunk/src/content/renderer/input/input_event_filter.cc (working copy) |
@@ -173,7 +173,7 @@ |
return; |
} |
- if (!WebInputEventTraits::IgnoresAckDisposition(*event)) |
+ if (!WebInputEventTraits::IgnoresAckDisposition(event->type)) |
SendACK(event->type, ack, latency_info, routing_id); |
} |