| 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 9751fc088cbfe34fcb0d9b0e4a663542fdd20980..3528fd3666df40177f8e6099670c486a6d45ca7f 100644
|
| --- a/content/common/input/web_input_event_traits.h
|
| +++ b/content/common/input/web_input_event_traits.h
|
| @@ -23,6 +23,7 @@ class CONTENT_EXPORT WebInputEventTraits {
|
| static void Coalesce(const blink::WebInputEvent& event_to_coalesce,
|
| blink::WebInputEvent* event);
|
| static bool IgnoresAckDisposition(blink::WebInputEvent::Type type);
|
| + static bool IsNewTouchSequence(const blink::WebTouchEvent& event);
|
| };
|
|
|
| } // namespace content
|
|
|