[Android WebView] Suppress overscroll pulls
commit6df12299371a56fcd6f8c4401715482d37dac394
authorbenm@chromium.org <benm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 4 Jul 2014 19:26:48 +0000 (4 19:26 +0000)
committerbenm@chromium.org <benm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 4 Jul 2014 19:26:48 +0000 (4 19:26 +0000)
tree32ce918b56386c8b9769bd579444cb71776a09f5
parent5417e2f6ab46c9fbc7031fa660e2d245418b1c2f
[Android WebView] Suppress overscroll pulls

When there is no touch event taking place, suppress calls to onPull
that may come in after the users finger has left the screen.

BUG=391464

Review URL: https://codereview.chromium.org/366283004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281432 0039d316-1c4b-4281-b951-d872f2087c98
android_webview/java/src/org/chromium/android_webview/AwContents.java
android_webview/java/src/org/chromium/android_webview/OverScrollGlow.java