commit | b58cb7dc73279624c61da0170307e2e3a0300cc7 | [log] [tgz] |
---|---|---|
author | Pilar Molina Lopez <pmolinalopez@google.com> | Mon Nov 08 18:51:52 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 08 18:51:52 2021 |
tree | b6295f70f584329c943a4aadc47b8e601c2bd143 | |
parent | 92cf863b4197ec51ed3d0be9aa9abd33a78165c7 [diff] |
media/mojo: change type checking for media.stable.mojom.ColorSpace This CL changes the static_assert's used in the media.stable.mojom.ColorSpace traits. When possible, instead of using the member type directly, the type is obtained from the corresponding member in media::stable::mojom::ColorSpace::* by using decltype. Bug: b:171813538, b:195769334 Change-Id: Ia5898901f5bb46e04e4e32b92cf712f7ba29bede Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3251195 Reviewed-by: Alex Gough <ajgo@chromium.org> Reviewed-by: Andres Calderon Jaramillo <andrescj@chromium.org> Commit-Queue: Pilar Molina Lopez <pmolinalopez@google.com> Cr-Commit-Position: refs/heads/main@{#939448}
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.