commit | 2402abcb4c84404546998aa55a85cb711ae50eec | [log] [tgz] |
---|---|---|
author | Felipe Erias <felipeerias@igalia.com> | Thu Mar 18 15:37:41 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 18 15:37:41 2021 |
tree | 3308b30c764d1b1f0031a27c6f06eea2beea170a | |
parent | d189ab6fbd9453a69421d1e61f64be4bc98d2009 [diff] |
Don't create unneeded layers for scrollbar-gutter: force This CL prevents the creation of unnecessary layers for elements that use scrollbar-gutter's "force" keyword. Now those layers are created only when the element's style uses custom scrollbars, because a PaintLayerScrollableArea is required in order to calculate their thickness. When the element uses default scrollbars, their thickness can be obtained directly from the page's scrollbar theme. Bug: 710214 Change-Id: Ia319e5601745247189be58da8b1e992a34a17c99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2738895 Reviewed-by: Philip Rogers <pdr@chromium.org> Commit-Queue: Felipe Erias <felipeerias@igalia.com> Cr-Commit-Position: refs/heads/master@{#864254}
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.