diff options
| author | Ben Murdoch <benm@google.com> | 2010-01-21 09:51:37 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-01-21 09:51:37 -0800 |
| commit | 0926ef1b86138ebea85100fdd825f89726482972 (patch) | |
| tree | a382b5c7733cdbef09a7f9f90286a5c49dba3894 /WebCore/platform/PlatformTouchEvent.h | |
| parent | d418823c37b132353293917955d64f8ab2f59235 (diff) | |
| parent | 8378bbaf6c884178ee0d9ca200c1257b0c393843 (diff) | |
| download | external_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.h | 2 |
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; } |
