| 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 324e47a6ffa05db80032c9d30426605334c8bc77..4c7598901dd2b1b145eeeaed55d014a5b956dc78 100644 | 
| --- a/content/common/input/touch_event_stream_validator.cc | 
| +++ b/content/common/input/touch_event_stream_validator.cc | 
| @@ -139,12 +139,6 @@ bool TouchEventStreamValidator::Validate(const WebTouchEvent& event, | 
| break; | 
|  | 
| case WebTouchPoint::StateStationary: | 
| -        // TODO(jdduke): Remove this after implementing TouchMove events | 
| -        // filtering based on corrected touches state in TouchEventQueue, | 
| -        // crbug.com/452032. | 
| -        if (event.type == WebInputEvent::TouchMove) | 
| -          found_valid_state_for_type = true; | 
| - | 
| break; | 
|  | 
| case WebTouchPoint::StateCancelled: | 
|  |