| Index: trunk/src/content/renderer/render_widget.cc
|
| ===================================================================
|
| --- trunk/src/content/renderer/render_widget.cc (revision 266575)
|
| +++ trunk/src/content/renderer/render_widget.cc (working copy)
|
| @@ -1077,7 +1077,7 @@
|
| kInputHandlingTimeThrottlingThresholdMicroseconds;
|
| }
|
|
|
| - if (!WebInputEventTraits::IgnoresAckDisposition(*input_event)) {
|
| + if (!WebInputEventTraits::IgnoresAckDisposition(input_event->type)) {
|
| scoped_ptr<IPC::Message> response(
|
| new InputHostMsg_HandleInputEvent_ACK(routing_id_,
|
| input_event->type,
|
|
|