| Auto-Submit | +1 |
Roll d2 on `ui/ozone/OWNERS` -> Kramer to review, please. I will CC you on the bug.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
PushEGLintOrDie(pixmap->GetDmaBufOffset(attrs_plane), attrs);From the bug I thought only `offset` is required to perform checked cast. Other usages are safe here.
PushEGLintOrDie(pixmap->GetDmaBufPitch(attrs_plane), attrs);pitch is already `checked_cast` to 32 bit [here](https://source.chromium.org/chromium/chromium/src/+/main:ui/gfx/linux/native_pixmap_dmabuf.cc;l=38;drc=cf44d078028acbcb97d0fc80630ba9087a9ae620;bpv=0;bpt=1)
PushEGLintOrDie(pixmap->GetDmaBufOffset(pixmap_plane), attrs);ditto
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |