OSDN Git Service

Fix bug 4207704 - Gestures can be lost when Flash is enabled
authorAdam Powell <adamp@google.com>
Mon, 4 Apr 2011 21:27:12 +0000 (14:27 -0700)
committerAdam Powell <adamp@google.com>
Tue, 5 Apr 2011 05:06:50 +0000 (22:06 -0700)
commit3c534772de84276062eec2435f21df1dfc13a0d2
treeb44f546640664b4ae23b02ec271081bd1425ff86
parentf9cdf7feb47aa142e11862f5694c0a29ac013a51
Fix bug 4207704 - Gestures can be lost when Flash is enabled

Pre-queue WebView touch events as we send them to webkit so that we
can run them through WebView later if webkit or hosted plugins go out
to lunch.

Change-Id: Id4e9f56beeb0c1d55e77233423844b15f6f00aef
core/java/android/webkit/WebView.java