commit | d0534f497dbb231337e331175db5b65ccea0bb03 | [log] [tgz] |
---|---|---|
author | Fredrik Söderquist <fs@opera.com> | Wed Jan 16 13:09:58 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jan 16 13:09:58 2019 |
tree | 5eba8c1a02e06d423b93ad45ad5aa1327aeed945 | |
parent | 784f852591a08f9bce6005cbb1df682cc5608af0 [diff] |
Simplify LayoutBox::ComputeLogicalWidth's replaced logical width setup No need to create a temporary Length here, just use a LayoutUnit. We can also fold the call to ComputeReplacedLogicalWidth() into the two points that use it. Change-Id: I0f5ca8c02ab79f3fb126c77acee83751f06202a1 Reviewed-on: https://chromium-review.googlesource.com/c/1414890 Commit-Queue: Fredrik Söderquist <fs@opera.com> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#623210}
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 .