commit | fee615ac0fe345c491f4782414a918563adb8866 | [log] [tgz] |
---|---|---|
author | Michael Tang <tangm@microsoft.com> | Tue Jul 29 18:39:24 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 29 18:39:24 2025 |
tree | 0525b8352098beeecd0cc2a7d99cc6e0b1253dac | |
parent | faed633b8c6471a5bc360b61393708daf7f121ae [diff] |
Remove unnecessary check in PresentDCOMPSurface This CL relaxes the check in PresentToSwapChain that ensures that pending_dcomp_surface_rect_in_window_ is unset. This check was originally added to ensure we don't forget to call FinishPresentToSwapChain. This ends up being too strict in the case that we fail PresentToSwapChain and somehow reuse the SwapChainPresenter for another MF frame. Bug: 434490547 Change-Id: I833d52574a06068beba1ed5db33faa991252fb58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6794947 Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by: Rafael Cintron <rafael.cintron@microsoft.com> Commit-Queue: Michael Tang <tangm@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1493700}
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.