| Index: ui/events/gestures/gesture_sequence.cc
|
| diff --git a/ui/events/gestures/gesture_sequence.cc b/ui/events/gestures/gesture_sequence.cc
|
| index f0513dd7a13ffcaa18b85c365b9308041025757a..fe08bf9713a0c03f852f41930e9b4f2809f9c7af 100644
|
| --- a/ui/events/gestures/gesture_sequence.cc
|
| +++ b/ui/events/gestures/gesture_sequence.cc
|
| @@ -512,6 +512,7 @@ GestureSequence::Gestures* GestureSequence::ProcessTouchEventForGesture(
|
| if (result & ER_CONSUMED)
|
| return NULL;
|
|
|
| + LOG(ERROR) << "GS::ProcessTouchEventForGesture, type=" << event.type();
|
| // Set a limit on the number of simultaneous touches in a gesture.
|
| if (event.touch_id() >= kMaxGesturePoints)
|
| return NULL;
|
|
|