| Index: third_party/WebKit/Source/platform/exported/WebInputEvent.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebInputEvent.cpp b/third_party/WebKit/Source/platform/exported/WebInputEvent.cpp
|
| index 15a13e25cf322b2547e860a641b738f99586f448..92a751a0acbb51f7ca6c1e7af9c54cb2ed2c1f4f 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebInputEvent.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebInputEvent.cpp
|
| @@ -59,7 +59,7 @@ struct SameSizeAsWebMouseWheelEvent : public SameSizeAsWebMouseEvent {
|
| };
|
|
|
| struct SameSizeAsWebGestureEvent : public SameSizeAsWebInputEvent {
|
| - int gesture_data[15];
|
| + int gesture_data[16];
|
| };
|
|
|
| struct SameSizeAsWebTouchEvent : public SameSizeAsWebInputEvent {
|
|
|