Index: content/common/input/web_input_event_traits.h |
diff --git a/content/common/input/web_input_event_traits.h b/content/common/input/web_input_event_traits.h |
index b3b6d07c6429022fde8dc0260bcbf91e70d2f772..efacee5268551ebf16a299d6d7b3eefffe99c0b0 100644 |
--- a/content/common/input/web_input_event_traits.h |
+++ b/content/common/input/web_input_event_traits.h |
@@ -22,6 +22,7 @@ class WebInputEventTraits { |
const blink::WebInputEvent& event); |
static void Coalesce(const blink::WebInputEvent& event_to_coalesce, |
blink::WebInputEvent* event); |
+ static bool IgnoresAckDisposition(blink::WebInputEvent::Type type); |
}; |
} // namespace content |