commit | d39e3cc7d64b743dac8b55e24478694e156c7f13 | [log] [tgz] |
---|---|---|
author | Bo Liu <boliu@chromium.org> | Thu Aug 01 16:21:10 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 01 16:21:10 2024 |
tree | a0301273bcb3393dbf7c73c2f82f74f6faa57abb | |
parent | bb1209a7099c6cee86ba718597a18d4c13f8e0dc [diff] |
cc: RedrawReason plumbing Add RedrawReason enum, and plumb it everywhere that will be needed for planned features. This CL is no-op except for adding RedrawReason parameter everywhere. This is to make the actual change later easier to read. RedrawReason will be saved in SchedulerStateMachine. Paths include SetNeedsRedraw and SetNeedsImplSideInvalidation. Bug: 346732738 Change-Id: I1d5e34547a2ed884e46ad0b4459cbbdd7923ba7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5753148 Reviewed-by: Kyle Charbonneau <kylechar@chromium.org> Commit-Queue: Bo Liu <boliu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1336081}
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.