summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/android
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-05-24 18:15:40 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-05-24 18:15:40 -0700
commite0d7d53d0af7715347bc694de7b140773174149e (patch)
treec423f0dbde9d6ec9d60495d4096a04f94059b369 /Source/WebCore/platform/android
parent3551374e25ca65d153ff3c3ffe7f7c79095d6025 (diff)
parent8959907b97e269d7183d4817f295234718b41365 (diff)
downloadexternal_webkit-e0d7d53d0af7715347bc694de7b140773174149e.zip
external_webkit-e0d7d53d0af7715347bc694de7b140773174149e.tar.gz
external_webkit-e0d7d53d0af7715347bc694de7b140773174149e.tar.bz2
am 8959907b: am 91f41286: Support skipping a touch stream due to lack of handlers
* commit '8959907b97e269d7183d4817f295234718b41365': Support skipping a touch stream due to lack of handlers
Diffstat (limited to 'Source/WebCore/platform/android')
-rw-r--r--Source/WebCore/platform/android/PlatformTouchEventAndroid.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/platform/android/PlatformTouchEventAndroid.cpp b/Source/WebCore/platform/android/PlatformTouchEventAndroid.cpp
index dd06400..579461a 100644
--- a/Source/WebCore/platform/android/PlatformTouchEventAndroid.cpp
+++ b/Source/WebCore/platform/android/PlatformTouchEventAndroid.cpp
@@ -42,6 +42,7 @@ PlatformTouchEvent::PlatformTouchEvent(const Vector<int>& ids, const Vector<IntP
: m_type(type)
, m_metaKey(false)
, m_timestamp(WTF::currentTime())
+ , m_hitTouchHandler(false)
{
m_touchPoints.reserveCapacity(windowPoints.size());
for (unsigned c = 0; c < windowPoints.size(); c++)