commit | dad8fb69feefd73af9c6662b6af81c8cedb19b7c | [log] [tgz] |
---|---|---|
author | Alex Cooper <[email protected]> | Mon Oct 03 22:42:41 2022 |
committer | Chromium LUCI CQ <[email protected]> | Mon Oct 03 22:42:41 2022 |
tree | c9ddc2c6e66054c1f2fdddc01400bee86dfb71b5 | |
parent | 505389ce2ee2c6e769721c0182dda6f2c56df259 [diff] |
Add plumbing to properly identify in-process aura windows on Lacros Adds a new field to the crosapi SnapshotSource type to allow plumbing the unique window id up from ash-chrome to lacros-chrome. The DesktopCapturerLacros can then use this unique window ID to lookup the accelerated widget of the specified window and pass that information along to the NativeDesktopMediaList, which can create a WindowID that can be used to initiate an AuraWindowVideoCaptureDevice in the InProcessVideoCaptureDeviceLauncher. Due to some issues seen during testing with delegated compositing, also adds full plumbing for a flag with this feature disabled by default for now, so that we can more easily try to assess if this looks okay/the issues have been resolved before enabling the feature. LOW_COVERAGE_REASON=1215089 Bug: 1273189 Change-Id: I5d8efc9ea07311685811e774664514934fef3c93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3732804 Reviewed-by: Jordan Bayles <[email protected]> Reviewed-by: Elad Alon <[email protected]> Commit-Queue: Alexander Cooper <[email protected]> Reviewed-by: Erik Chen <[email protected]> Cr-Commit-Position: refs/heads/main@{#1054381}
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.