commit | 262381594f2161b2efc6e741f218fe0a1a808254 | [log] [tgz] |
---|---|---|
author | Xianzhu Wang <wangxianzhu@chromium.org> | Mon Oct 16 19:25:29 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 16 19:25:29 2023 |
tree | a7964d024490ab037d288a79cc223c112d9d9ecb | |
parent | 901f5137003688f374e2c704aab286b75726f0ce [diff] |
Correct output clip of scrollbar effect nodes The output clip should be the parent of the current clip (the overflow clip). Scrollbars are not clipped by the overflow clip. This didn't cause any visible problem because we ignore the clip when we see the PaintChunk of the scrollbar escapes the current effect's output clip, but that caused annoying DLOG(ERROR) in PaintChunksToCcLayer for in abnormal situation. The incorrect output clip was added in crrev.com/1164980. Bug: 1422877 Change-Id: I3927fa34ef8120ae9725bda57d72ddb839cf897e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4939807 Reviewed-by: Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1210369}
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.