commit | e98cfd509f02788bc991b51dfb8c96feebdb8e20 | [log] [tgz] |
---|---|---|
author | Nathan Hebert <nhebert@chromium.org> | Thu Oct 31 21:17:53 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 31 21:17:53 2024 |
tree | ce17b3271deab6a5608d41af7efa933aea4d0a69 | |
parent | 252a5157a069d221c5e1a6d3fd95997faa9ecde4 [diff] |
media/gpu/chromeos: Rename MailboxFrameRegistry to FrameRegistry. Also, rename RegisteredMailboxFrameConverter to RegisteredFrameConverter. The class formerly used a mailbox as an identifier, but it now uses VideoFrameMetadata::tracking_token. Since it does not rely on Mailbox's, remove "Mailbox" from the class names. Bug: None Change-Id: Ib24d774462b3752cb90fc4e3e4b88ff87adf929e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5924236 Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Nathan Hebert <nhebert@chromium.org> Reviewed-by: Andres Calderon Jaramillo <andrescj@chromium.org> Cr-Commit-Position: refs/heads/main@{#1376602}
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.