Gallery.app: Add touch handlers for the zoom/scroll feature.
Previously touch operations are handled by SwipeOverlay class. Overlay is a common way to obtain mouse/touch events in Gallery, but it does not support touch specific capability (e.g. multi fingers). The CL newly adds TouchHandlers class to the SlideMode class and let it call the zoom/scroll feature of the slide mode depending on user's touch gestures. BUG=245926 TEST=on link Review URL: https://codereview.chromium.org/411853002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284926 0039d316-1c4b-4281-b951-d872f2087c98
Showing
This diff is collapsed.
Please register or sign in to comment