Index: trunk/src/content/common/input/web_input_event_traits.h |
=================================================================== |
--- trunk/src/content/common/input/web_input_event_traits.h (revision 266575) |
+++ trunk/src/content/common/input/web_input_event_traits.h (working copy) |
@@ -22,7 +22,7 @@ |
const blink::WebInputEvent& event); |
static void Coalesce(const blink::WebInputEvent& event_to_coalesce, |
blink::WebInputEvent* event); |
- static bool IgnoresAckDisposition(const blink::WebInputEvent& event); |
+ static bool IgnoresAckDisposition(blink::WebInputEvent::Type type); |
}; |
} // namespace content |