summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebViewCore.h
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2010-04-14 17:40:16 -0700
committerBen Murdoch <benm@google.com>2010-04-14 17:40:16 -0700
commitea23914212d72886e8be45e6aa4e7eed7e5fc2ba (patch)
tree4ddb51fa4c27b642580b112c5687967c474f1442 /WebKit/android/jni/WebViewCore.h
parente6fa2a29f3eada7555d732e7fefc5c7b098805ac (diff)
downloadexternal_webkit-ea23914212d72886e8be45e6aa4e7eed7e5fc2ba.zip
external_webkit-ea23914212d72886e8be45e6aa4e7eed7e5fc2ba.tar.gz
external_webkit-ea23914212d72886e8be45e6aa4e7eed7e5fc2ba.tar.bz2
Remove the TouchStationary state from PlatformTouchPoint.
This is being tracked upstream at webkit.org in https://bugs.webkit.org/show_bug.cgi?id=37609 Change-Id: Ideb26d7457e27799564e8db9b3308a703a1110e2
Diffstat (limited to 'WebKit/android/jni/WebViewCore.h')
-rw-r--r--WebKit/android/jni/WebViewCore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebKit/android/jni/WebViewCore.h b/WebKit/android/jni/WebViewCore.h
index 8c885e6..4a4b335 100644
--- a/WebKit/android/jni/WebViewCore.h
+++ b/WebKit/android/jni/WebViewCore.h
@@ -553,7 +553,6 @@ namespace android {
#if ENABLE(TOUCH_EVENTS)
bool m_forwardingTouchEvents;
- IntPoint m_lastTouchPoint;
#endif
#if DEBUG_NAV_UI