| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
\o/
// NOTE: These formats are not Mappable as they are not used withnit: I'm not sure we need this comment at this point?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
// NOTE: These formats are not Mappable as they are not used withnit: I'm not sure we need this comment at this point?
Ah right, its not really needed. Updated to remove it.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
2 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: components/viz/common/resources/shared_image_format.h
Insertions: 0, Deletions: 2.
@@ -332,8 +332,6 @@
SharedImageFormat::MultiPlane(SharedImageFormat::PlaneConfig::kY_UV,
SharedImageFormat::Subsampling::k420,
SharedImageFormat::ChannelFormat::k10);
-// NOTE: These formats are not Mappable as they are not used with
-// GpuMemoryBuffers.
inline constexpr SharedImageFormat kNV16 =
SharedImageFormat::MultiPlane(SharedImageFormat::PlaneConfig::kY_UV,
SharedImageFormat::Subsampling::k422,
```
[viz] Remove BufferFormat utility methods no longer needed
Remove some BufferFormat utility methods that are not called
anywhere and are no longer needed.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |