| commit | d24ca8c2390c394efbccbb8550fdc289b7d2dbef | [log] [tgz] |
|---|---|---|
| author | Koji Ishii <kojii@chromium.org> | Thu Feb 27 04:58:38 2020 |
| committer | Commit Bot <commit-bot@chromium.org> | Thu Feb 27 04:58:38 2020 |
| tree | 370994539984537cdf800e2a80c96efd8b65c6cf | |
| parent | 8307ce7af2e12292922f4026bed16166cbf2970a [diff] |
[FragmentItem] Move GetChildOffset to NGBoxFragmentBuilder This patch moves |GetChildOffset| from |NGContainerFragmentBuilder| to |NGBoxFragmentBuilder|. The function needs to read |NGFragmentItemsBuilder| to support |NGFragmentItems| but the member is only available in |NGBoxFragmentBuilder|. All existing usages are for |NGBoxFragmentBuilder|, so no changes to callers. This patch has no behavior changes. Bug: 982194 Change-Id: Icacd18d12634bc4324d5f56eb70710903e7d942a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076745 Auto-Submit: Koji Ishii <kojii@chromium.org> Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#744943}
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 .