| Auto-Submit | +1 |
| Commit-Queue | +1 |
| 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. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[Fuchsia] Add raster and GLES2 read usage to FuchsiaVideoDecoder output shared images.
FuchsiaVideoDecoder creates shared images for decoded frames.
When these frames are copied/drawn (e.g. into a canvas), they are
accessed via the raster interface, which requires SHARED_IMAGE_USAGE_RASTER_READ.
They might also be accessed via GLES2 in some fallback paths, so add
SHARED_IMAGE_USAGE_GLES2_READ as well.
Without these flags, ClientSharedImage::BeginRasterAccess asserts and crashes.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |