| Index: third_party/WebKit/Source/web/WebInputEvent.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebInputEvent.cpp b/third_party/WebKit/Source/web/WebInputEvent.cpp
|
| index 32d8e045cf4342fcc30e1332cc96fa6ef0a807f8..503e7d056c043859f508000422ab82fd64cd6f08 100644
|
| --- a/third_party/WebKit/Source/web/WebInputEvent.cpp
|
| +++ b/third_party/WebKit/Source/web/WebInputEvent.cpp
|
| @@ -59,7 +59,7 @@ struct SameSizeAsWebGestureEvent : public SameSizeAsWebInputEvent {
|
|
|
| struct SameSizeAsWebTouchEvent : public SameSizeAsWebInputEvent {
|
| WebTouchPoint touchPoints[WebTouchEvent::touchesLengthCap];
|
| - int touchData[4];
|
| + int touchData[5];
|
| };
|
|
|
| static_assert(sizeof(WebInputEvent) == sizeof(SameSizeAsWebInputEvent), "WebInputEvent should not have gaps");
|
|
|