Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / WebInputEvent.cpp
index 206f2de..bd05fe8 100644 (file)
@@ -59,8 +59,8 @@ struct SameSizeAsWebGestureEvent : public SameSizeAsWebInputEvent {
 };
 
 struct SameSizeAsWebTouchEvent : public SameSizeAsWebInputEvent {
-    WebTouchPoint touchPoints[3 * WebTouchEvent::touchesLengthCap];
-    int touchData[4];
+    WebTouchPoint touchPoints[WebTouchEvent::touchesLengthCap];
+    int touchData[2];
 };
 
 COMPILE_ASSERT(sizeof(WebInputEvent) == sizeof(SameSizeAsWebInputEvent), WebInputEvent_has_gaps);