commit | 07b98470d1a297f85f222803551eb3cb076ca85c | [log] [tgz] |
---|---|---|
author | Zhaoliang Ma <zhaoliang.ma@intel.com> | Tue Aug 20 06:26:02 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 20 06:26:02 2024 |
tree | 0dd8530ded5a602b368fd17d22a7b0f0b6377b36 | |
parent | c8309225706af13b73e59746aff514010c4339df [diff] |
Fix decoding frame dropping issue when both VSyncEncoding and VSyncDecoding are enabled This CL changes the TickProvider from a member field to a sharable resource to ensure correct metronome source behavior for both VSync encoding and decoding when sharing a single VSyncProviderImpl instance. Bug: b:304158952 Change-Id: Ib97e7b3708529622de59d6f70ed1ce9ba84045b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5755041 Reviewed-by: Mirko Bonadei <mbonadei@chromium.org> Reviewed-by: Markus Handell <handellm@google.com> Reviewed-by: Harald Alvestrand <hta@chromium.org> Commit-Queue: Zhaoliang Ma <zhaoliang.ma@intel.com> Cr-Commit-Position: refs/heads/main@{#1343958}
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.