commit | f58af62211e2627d408919d22c7a1637d0e78639 | [log] [tgz] |
---|---|---|
author | Grace Kloba <klobag@google.com> | Thu Sep 24 17:41:23 2009 -0700 |
committer | Grace Kloba <klobag@google.com> | Fri Sep 25 12:06:08 2009 -0700 |
tree | 9551912523dd5699885d022445877ac29543ed3f | |
parent | a0cad2f5d19d95cfe496ebb82f3227dd4ed7c169 [diff] |
If WebCore doesn't response touch down in time, don't block the UI tap, pan and double tap. Added a time out (which is same as shortpress time out, 200ms) for how long we wait for WebCore's response for touch down. This should fix the problem where pan/touch is not working all the time when Flash plugin is installed. Fix http://b/issue?id=2144761