summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/PlatformTouchEvent.h
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-06-07 18:11:45 +0100
committerSteve Block <steveblock@google.com>2011-06-07 18:11:45 +0100
commit447d426373219e5aa0417beed6238a103bbef80f (patch)
treee472ffefe89660dbc88ebca2d2e436ec481f86b5 /Source/WebCore/platform/PlatformTouchEvent.h
parentcbb4d7cda345c2678aa649cc57bffce8ca84949a (diff)
downloadexternal_webkit-447d426373219e5aa0417beed6238a103bbef80f.zip
external_webkit-447d426373219e5aa0417beed6238a103bbef80f.tar.gz
external_webkit-447d426373219e5aa0417beed6238a103bbef80f.tar.bz2
Update PlatformTouchEvent for Android to reflect upstreamed version
See http://trac.webkit.org/changeset/81685 Change-Id: Ibc6c1336b696e39f27fd88d9b4e90fe6918ceba8
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);