commit | def35bdec8693a69e96d2476f9ea9cb3513ccbb7 | [log] [tgz] |
---|---|---|
author | Xianzhu Wang <wangxianzhu@chromium.org> | Wed Jul 27 21:12:56 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 27 21:12:56 2022 |
tree | 53bbea1fb5f7ebd730b09bd5ebc61ea46104e86b | |
parent | 90a28321c5b7a79e6f9c9dc039beec6adcd4d189 [diff] |
Paint non-overlay overflow controls before scrolling background This is behind RuntimeEnabledFeatures::ScrollUpdateOptimizationsEnabled. Original paint order: chunk non-scrolling-background chunk scrolling-background chunk non-overlay overflow controls chunk scrolling contents Now: chunk non-scrolling-background chunk non-overlay overflow controls chunk scrolling-background and scrolling contents Benefits: 1. fewer paint chunks 2. no unnecessary overlap testing with overflow controls for scrolling contents when being tried to merge into the scrolling background. Bug: 1056884 Change-Id: If438e96ef4567b626baa9b72b6e27828664190da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3785237 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1028913}
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.