Chromium Code Reviews| Index: trunk/src/ui/events/gesture_detection/gesture_provider.cc |
| =================================================================== |
| --- trunk/src/ui/events/gesture_detection/gesture_provider.cc (revision 271031) |
| +++ trunk/src/ui/events/gesture_detection/gesture_provider.cc (working copy) |
| @@ -551,7 +551,6 @@ |
| "action", GetMotionEventActionName(event.GetAction())); |
| DCHECK_NE(0u, event.GetPointerCount()); |
| - DCHECK(!event.GetEventTime().is_null()); |
| if (!CanHandle(event)) |
| return false; |