Chromium Code Reviews| Index: content/browser/renderer_host/input/input_router_impl_unittest.cc |
| diff --git a/content/browser/renderer_host/input/input_router_impl_unittest.cc b/content/browser/renderer_host/input/input_router_impl_unittest.cc |
| index ed922c9d8ac272bdfd881c47d2b7d8b56add403c..e96f080949d26a24effff4fa336cbbd1c8ee73f6 100644 |
| --- a/content/browser/renderer_host/input/input_router_impl_unittest.cc |
| +++ b/content/browser/renderer_host/input/input_router_impl_unittest.cc |
| @@ -992,7 +992,7 @@ TEST_F(InputRouterImplTest, TouchTypesIgnoringAck) { |
| TEST_F(InputRouterImplTest, GestureTypesIgnoringAck) { |
| // We test every gesture type, ensuring that the stream of gestures is valid. |
| - const int kEventTypesLength = 29; |
| + const int kEventTypesLength = 28; |
| WebInputEvent::Type eventTypes[kEventTypesLength] = { |
|
jdduke (slow)
2014/11/26 19:26:03
Could we ditch the hard count and just use |eventT
majidvp
2014/11/27 15:47:55
Done.
|
| WebInputEvent::GestureTapDown, |
| WebInputEvent::GestureShowPress, |
| @@ -1018,7 +1018,6 @@ TEST_F(InputRouterImplTest, GestureTypesIgnoringAck) { |
| WebInputEvent::GestureTapCancel, |
| WebInputEvent::GestureScrollBegin, |
| WebInputEvent::GestureScrollUpdate, |
| - WebInputEvent::GestureScrollUpdateWithoutPropagation, |
| WebInputEvent::GesturePinchBegin, |
| WebInputEvent::GesturePinchUpdate, |
| WebInputEvent::GesturePinchEnd, |