| Index: content/common/input/touch_event_stream_validator.cc
|
| diff --git a/content/common/input/touch_event_stream_validator.cc b/content/common/input/touch_event_stream_validator.cc
|
| index 4c7598901dd2b1b145eeeaed55d014a5b956dc78..6b45e58d645bb8555e827d674fe884949b335a86 100644
|
| --- a/content/common/input/touch_event_stream_validator.cc
|
| +++ b/content/common/input/touch_event_stream_validator.cc
|
| @@ -139,6 +139,11 @@ bool TouchEventStreamValidator::Validate(const WebTouchEvent& event,
|
| break;
|
|
|
| case WebTouchPoint::StateStationary:
|
| + // TODO(): Remove this after implementing TouchMove events filtering
|
| + // based on corrected touches state in TouchEventQueue.
|
| + if (event.type == WebInputEvent::TouchMove)
|
| + found_valid_state_for_type = true;
|
| +
|
| break;
|
|
|
| case WebTouchPoint::StateCancelled:
|
|
|