Fix TouchSelectionHandle updates on Android.
This CL addresses the remaining issues with Android touch selection handles. First, it removes the manual scaling done by the child frame client for the device scale factor; apparently this is now handled by the point-transform functions. Second, it makes sure the child frame's handles update during pinch just like the main frame's handles do. Because a child frame's handles are not locked to a surface like the main frame's handles, there is a small amount of jitter/lag when pinching or scrolling the main-frame, but not enough to impair functionality. Note this CL also resolves the issues for desktop handles not updating after pinch as well. Bug: 809122 Change-Id: I120386c3d7a0d87dacc655e83b07e0cfeaf4920a Reviewed-on: https://chromium-review.googlesource.com/c/1259945 Commit-Queue: James MacLean <wjmaclean@chromium.org> Reviewed-by:Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/master@{#600412}
Showing
This diff is collapsed.
Please register or sign in to comment