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