commit | 6b9d17ce3d7f3e358f31aebbca23074d2967a978 | [log] [tgz] |
---|---|---|
author | perryuwang <perryuwang@tencent.com> | Wed May 25 17:01:31 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 25 17:01:31 2022 |
tree | 09f3a1ba0b8835551493e49e51158617b30b8f9d | |
parent | 67f5e400bdd9526a3686e103a55775b97b9eb8b0 [diff] |
Fix DCHECK(main_reporter) failure in CompositorFrameReportingController When android webview open inspector, hardware and software draw simultaneously. DidSubmitCompositorFrame may be called twice at the same frame, so DCHECK(main_reporter) failure. This CL don't call DidSubmitCompositorFrame in software draw for synchronous compositor. Bug: 1328795 Change-Id: I63ab68b77797e9a8f1ce2af4ed26b7434086406f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3664516 Auto-Submit: Yupei Wang <perryuwang@tencent.com> Reviewed-by: Behdad Bakhshinategh <behdadb@chromium.org> Commit-Queue: Behdad Bakhshinategh <behdadb@chromium.org> Cr-Commit-Position: refs/heads/main@{#1007430}
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.