Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / WebInputEvent.cpp
index 83c1efa..aea3b1e 100644 (file)
@@ -29,7 +29,8 @@
  */
 
 #include "config.h"
-#include "WebInputEvent.h"
+#include "public/web/WebInputEvent.h"
+
 #include "platform/KeyboardCodes.h"
 #include "wtf/Assertions.h"
 #include "wtf/StringExtras.h"
@@ -61,7 +62,7 @@ struct SameSizeAsWebGestureEvent : public SameSizeAsWebInputEvent {
 
 struct SameSizeAsWebTouchEvent : public SameSizeAsWebInputEvent {
     WebTouchPoint touchPoints[3 * WebTouchEvent::touchesLengthCap];
-    int touchData[3];
+    int touchData[4];
 };
 
 COMPILE_ASSERT(sizeof(WebInputEvent) == sizeof(SameSizeAsWebInputEvent), WebInputEvent_has_gaps);