Expose more gestures to ContentViewCore.GestureStateListeners
* Let ContentViewCore manage more than one GestureStateListener. * Change GestureStateListener to be an empty implementation. * ContentViewCore alerts its GestureStateListeners of any scrolls or flings, and alerts it of changes in the vertical scroll offset or extent. That last bit is admittedly a bit strange to put in the GestureStateListener, but it's going to be listening to starts and stops already anyway... Downstream CL that uses it: https://chrome-internal-review.googlesource.com/#/c/152640/ BUG=332281 Review URL: https://codereview.chromium.org/145953005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247825 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment