| commit | 2a1656febee6b99fee58d15db83d69142d8c20d5 | [log] [tgz] |
|---|---|---|
| author | mark a. foltz <mfoltz@chromium.org> | Tue May 02 20:52:05 2023 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 02 20:52:05 2023 |
| tree | 4f7dba748d3ddfe5a3be7e300b5a6452d9bef46a | |
| parent | cc462a8100eb59649684cd577c79ed4eb534df72 [diff] |
[Camera] Deprecate VideoFrameFeedback::mapped_sizes. The feature that added mapped_sizes (InCapturerScaling) was not shipped, so this field can be deprecated. The code that consumed mapped_sizes in the MF capturer was removed in crrev.com/r/4482684, so we can also remove the code in Blink that sets them. Note we cannot actually remove the field from the mojo struct as it's part of a stable message. Bug: 1440076 Change-Id: I4402b4b168d8b5f6683cb1ddea413fbc2b423fbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4491265 Reviewed-by: Nasko Oskov <nasko@chromium.org> Commit-Queue: Mark Foltz <mfoltz@chromium.org> Reviewed-by: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/main@{#1138616}
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.