commit | d973a55b7929fccb10c59f594b8d5152a8fc1296 | [log] [tgz] |
---|---|---|
author | W. James MacLean <[email protected]> | Thu Nov 29 21:39:13 2018 |
committer | Commit Bot <[email protected]> | Thu Nov 29 21:39:13 2018 |
tree | a11e65c4bc4077cccd6b0e49099af1dd56fa125d | |
parent | 9ec5fbb46df56910a0e10832457b6dd901477236 [diff] |
Implement OOPIF double-tap-zoom. This CL adds the required pathways to support double-tap-zoom for OOPIF. 1) Modifies WebFrameWidgetImpl to get the box_bounds of the double- tapped element, and 2) sends the tapped point and box_bounds to the browser, where 3) RenderFrameHostImpl transforms them into root-view coordinates, and 4) sends them to the renderer via the main-frame's RenderViewHostImpl. 5) From there RenderViewImpl invokes WebViewImpl's AnimateDoubleTapZoom. Bug: 734209 Change-Id: Ic55afb6154356d676872ced93f64a243190cf289 Reviewed-on: https://chromium-review.googlesource.com/c/1298081 Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Ken Buchanan <[email protected]> Reviewed-by: David Bokan <[email protected]> Commit-Queue: James MacLean <[email protected]> Cr-Commit-Position: refs/heads/master@{#612371}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .