commit | 037bcac0efb4442b1b4edf7ab3e949e6178a3340 | [log] [tgz] |
---|---|---|
author | Maggie Chen <magchen@chromium.org> | Thu Feb 01 19:46:40 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 01 19:46:40 2024 |
tree | 5648930475c71716f8cd3b74315c0d89754be442 | |
parent | cfecef4e8735926b9e317ac0b011d8ff7409438f [diff] |
Update the DelayOnFramePresent feature on Mac This CL moves ApplyBackpressure() and CommitPendingTreesToCA() into ImageTransportSurfaceOverlayMacEGL::PopulateCALayerParameters() With this feature, the CALayerTree is no longer committed to CoreAnimation immediately in ImageTransportSurfaceOverlayMacEGL::Present(). Now it waits for CVDisplayCallback before it calls PopulateCALayerParameters(). In the case of more than one pending frame, the previous frame is committed immediately when the next frame is ready. Bug: 1404797 Change-Id: I3fd8d67d27f9773eec594c36de7e59a19bf36905 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5256978 Commit-Queue: Maggie Chen <magchen@chromium.org> Reviewed-by: ccameron chromium <ccameron@chromium.org> Cr-Commit-Position: refs/heads/main@{#1255214}
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.