commit | cfb90ecb803c4072ae4fcfce75bbeb0bca8d3dcd | [log] [tgz] |
---|---|---|
author | Fredrik Söderquist <fs@opera.com> | Wed Nov 28 09:49:00 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Nov 28 09:49:00 2018 |
tree | 13978db8e3a3587010bf2703d2774d9dff7d78c5 | |
parent | ae0aec3d1e184c932871e63632262ac829546e57 [diff] |
Clean up LayoutSVGShape::NodeAtPoint Since LayoutSVGShape::NodeAtPointInternal is now only called from LayoutSVGShape::NodeAtPoint, we can make it private. Rename it to something more helper-like - HitTestShape. Move the check of 'visibility' to LayoutSVGShape::NodeAtPoint from HitTestShape, to better match other similar methods. Change-Id: If251b8b9258b754bfc94044739d6a8c41f1b04e7 Reviewed-on: https://chromium-review.googlesource.com/c/1352253 Reviewed-by: Philip Rogers <pdr@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#611618}
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 .