commit | eb8919af9a7770a27f845ea388cb0c29b0f44127 | [log] [tgz] |
---|---|---|
author | Bo Liu <boliu@chromium.org> | Wed Jan 05 19:32:03 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 05 19:32:03 2022 |
tree | 2d62591f4ee9f62d12bb485365d7bd48e2b0256f | |
parent | e47a3e682f5465ee1e094d756302537c0fd45616 [diff] |
Remove VSyncMonitor.isInsideVSync Because it's more difficult and expensive to support in a new implementation. It's only used by webview to decide between direct `invalidate` vs posted `postInvalidateOnAnimate`. BrowserViewRenderer knows the same information from its BeginFrameSource so just use that. Other callers are generally only called outside of vsync so use `postInvalidateOnAnimate`. Bug: 1281999 Change-Id: I38e4d20b70be1246a669c996ae328933c263ac41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3352429 Reviewed-by: Nate Fischer <ntfschr@chromium.org> Commit-Queue: Bo Liu <boliu@chromium.org> Cr-Commit-Position: refs/heads/main@{#955830}
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.