commit | f785efae2bc68e99bb41c3f19af29d74f4fb6a34 | [log] [tgz] |
---|---|---|
author | Vasiliy Telezhnikov <vasilyt@chromium.org> | Wed Jun 18 19:02:02 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 18 19:02:02 2025 |
tree | 26298c5f6dffa6c42f3fe7cb1076011d2802394d | |
parent | ea19be355124920cd5aa3a7128f70d2d786d2efb [diff] |
Make exo::Surface::current_resource_ to be optional. Right now code checks if current_resource_->id is valid, using optional makes it more explicit and allows to simplify ProduceTransferableResource. This CL is no-op. Bug: 421207623 Change-Id: I999ccd5bf0c655d9054df28965137399d9a1b8a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6507100 Reviewed-by: Kramer Ge <fangzhoug@chromium.org> Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1475763}
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.