Small change in NGOutOfFlowLayoutPart::Layout()
The method was getting the |container_content_size| as argument, but it was only used to compute the |container_physical_content_size|. The callers have already computed the |container_physical_content_size| before calling this method, so we can simply pass it and avoid recomputing it here. BUG=1098231 Change-Id: I254256dd67123094086f3caa523735893a7b754e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2529163 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#825886}
Showing
Please register or sign in to comment