commit | 18d5149fa9248005e71def0b80b63822558040c1 | [log] [tgz] |
---|---|---|
author | Felipe Erias <felipeerias@gmail.com> | Wed Dec 02 22:36:38 2020 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 02 22:36:38 2020 |
tree | ac6c4a58f185f618457429081ff72939a1b10cbd | |
parent | 1ba818ae24c129605bcfaf68c5979c4c88ad593c [diff] |
scrollbar-gutter: fix background paint Fix a paint bug when a scrolling container has a solid color background and a scrollbar-gutter value other than "auto". In that scenario, the container's background color was being painted on the scrolling contents layer, which may be smaller than expected depending on the value of scrollbar-gutter. Bug: 710214 Change-Id: I43b842c5bebe13843f7a6ef955e0726f1bc9a16e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2563387 Commit-Queue: Felipe Erias Morandeira <felipeerias@gmail.com> Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#833009}
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 .
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.