summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/PlatformTouchEvent.h
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2010-01-21 09:51:37 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-01-21 09:51:37 -0800
commit0926ef1b86138ebea85100fdd825f89726482972 (patch)
treea382b5c7733cdbef09a7f9f90286a5c49dba3894 /WebCore/platform/PlatformTouchEvent.h
parentd418823c37b132353293917955d64f8ab2f59235 (diff)
parent8378bbaf6c884178ee0d9ca200c1257b0c393843 (diff)
downloadexternal_webkit-0926ef1b86138ebea85100fdd825f89726482972.zip
external_webkit-0926ef1b86138ebea85100fdd825f89726482972.tar.gz
external_webkit-0926ef1b86138ebea85100fdd825f89726482972.tar.bz2
Merge "Refactor style of Android specific touch events code in preparation for upstreaming to webkit.org."
Diffstat (limited to 'WebCore/platform/PlatformTouchEvent.h')
-rw-r--r--WebCore/platform/PlatformTouchEvent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/PlatformTouchEvent.h b/WebCore/platform/PlatformTouchEvent.h
index 78de894..5371a40 100644
--- a/WebCore/platform/PlatformTouchEvent.h
+++ b/WebCore/platform/PlatformTouchEvent.h
@@ -60,7 +60,7 @@ public:
#if PLATFORM(QT)
PlatformTouchEvent(QTouchEvent*);
#elif PLATFORM(ANDROID)
- PlatformTouchEvent(const IntPoint&, const IntPoint&, TouchEventType, PlatformTouchPoint::State);
+ PlatformTouchEvent(const IntPoint& absolutePagePos, TouchEventType, PlatformTouchPoint::State);
#endif
TouchEventType type() const { return m_type; }