Skip touch handler timeout if touchstart/touchmove has been prevent default
commit52a55b1e09a5ee087e5f80c6b533a76525403bbd
authorwangxianzhu@chromium.org <wangxianzhu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 7 Aug 2013 18:06:12 +0000 (7 18:06 +0000)
committerwangxianzhu@chromium.org <wangxianzhu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 7 Aug 2013 18:06:12 +0000 (7 18:06 +0000)
tree8df370e9c756a6a3fc8f262b1d3f59d848578a4d
parent2e637505a03eddcdb77386e369a11772ec514920
Skip touch handler timeout if touchstart/touchmove has been prevent default

The short-term change about touch handler timeout for bug 244740 breaks
some websites. Before we remove the timeout, improve by skipping the
timeout if touchstart or touchmove has been prevent default.

BUG=269024

Review URL: https://chromiumcodereview.appspot.com/22445004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216231 0039d316-1c4b-4281-b951-d872f2087c98
content/public/android/java/src/org/chromium/content/browser/ContentViewGestureHandler.java