commit | c733897ef5dc9743d85125eec4a1b71fff19bfb3 | [log] [tgz] |
---|---|---|
author | Nathan Hebert <nhebert@chromium.org> | Tue Jan 21 08:56:17 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 21 08:56:17 2025 |
tree | f224710dc8f2abd5633a2ecc0c8412f2019a2f1d | |
parent | 589f19677ebfb77b2819308e505f5e21a1c82f12 [diff] |
media/gpu/chromeos: Delete GetSharedMemoryId helper function This function was used to identify frames with the same shared memory, but it is no longer used. This removes it, and removes the friend function declaration in VideoFrame. Bug: b:376526494 Change-Id: If8e390ad922e61a0185b1d420efb9821a1fb1690 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6056566 Reviewed-by: Colin Blundell <blundell@chromium.org> Reviewed-by: vikas soni <vikassoni@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by: Fritz Koenig <frkoenig@chromium.org> Cr-Commit-Position: refs/heads/main@{#1408898}
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.