summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/PlatformTouchEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/PlatformTouchEvent.h')
-rw-r--r--WebCore/platform/PlatformTouchEvent.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/platform/PlatformTouchEvent.h b/WebCore/platform/PlatformTouchEvent.h
index 84ed910..e93c00e 100644
--- a/WebCore/platform/PlatformTouchEvent.h
+++ b/WebCore/platform/PlatformTouchEvent.h
@@ -66,7 +66,8 @@ public:
#if PLATFORM(QT)
PlatformTouchEvent(QTouchEvent*);
#elif PLATFORM(ANDROID)
- PlatformTouchEvent(const Vector<IntPoint>&, TouchEventType, PlatformTouchPoint::State, int metaState);
+ // Changes in next line is in ANDROID but waiting to upstream to WebKit. TODO: upstream it.
+ PlatformTouchEvent(const Vector<int>&, const Vector<IntPoint>&, TouchEventType, PlatformTouchPoint::State, int metaState);
#elif PLATFORM(BREWMP)
PlatformTouchEvent(AEEEvent, uint16 wParam, uint32 dwParam);
#endif