commit | 0447f149594bed5de28a259d90a7a87b51fa7471 | [log] [tgz] |
---|---|---|
author | Nathan Hebert <nhebert@chromium.org> | Tue Jan 09 07:43:58 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 09 07:43:58 2024 |
tree | 9ce56c4c2e841734bbfae891d2bb979f58578e40 | |
parent | a2fb907264f156a06f59e5183d9594d2a898f023 [diff] |
gpu_arc_vd: Drop unused member variable The member variable vda_video_frame_pool_ is set, but not used. The constructor does not modify any of its pass parameters. The removal should not have any effects. Bug: b:277581596 Test: Android playback worked on volteer Change-Id: Ie3f02752a465333fd28946b0757a685acd9b37c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5177429 Reviewed-by: Miguel Casas-Sanchez <mcasas@chromium.org> Commit-Queue: Nathan Hebert <nhebert@chromium.org> Cr-Commit-Position: refs/heads/main@{#1244507}
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.