Skip to content

Commit

Permalink
viz: Update TransferableResource mojo definition for new format
Browse files Browse the repository at this point in the history
The RG16_EXT format was added to resource_format.h, but not added here.
This is causing mojo validation errors with P010 surface because they
are outside the allowed enum range.

BUG=b:178022921
TEST=Mojo validation error is gone

Change-Id: Ia8e5d9fa433e5bcfc30550fbd10a6e929a5199bf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639219
Auto-Submit: Jeffrey Kardatzke <[email protected]>
Reviewed-by: Sunny Sachanandani <[email protected]>
Reviewed-by: Dominick Ng <[email protected]>
Commit-Queue: Sunny Sachanandani <[email protected]>
Commit-Queue: Jeffrey Kardatzke <[email protected]>
Cr-Commit-Position: refs/heads/master@{#845393}
  • Loading branch information
Narflex authored and Chromium LUCI CQ committed Jan 20, 2021
1 parent 3d3b8c0 commit 11273fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ enum ResourceFormat {
LUMINANCE_F16,
RGBA_F16,
R16_EXT,
RG16_EXT,
RGBX_8888,
BGRX_8888,
RGBX_1010102,
Expand Down

0 comments on commit 11273fd

Please sign in to comment.