commit | 780cd802db56c0f8f9eb22141989d6fef9d21cbb | [log] [tgz] |
---|---|---|
author | Koji Ishii <kojii@chromium.org> | Wed Jun 25 22:18:58 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 25 22:18:58 2025 |
tree | a98a209d78cd61da85934d6ce57f9bdfc5f2f77b | |
parent | fb4ae7ce148ec51c6c646f2e597b8a2db2bf3f80 [diff] |
[line-breaker] Make `LogicalLineItem` ctors clearer This patch makes `LogicalLineItem` constructors clearer, by making some of them static functions instead of distinguishing types by arguments. This patch has no behavior changes. Bug: 40658609 Change-Id: Id1ff1d6f55526643352cd98c3cc7b5a15dc0f242 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6671751 Auto-Submit: Koji Ishii <kojii@chromium.org> Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/main@{#1478819}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.