Commit 11273fd7 authored by Jeffrey Kardatzke's avatar Jeffrey Kardatzke Committed by Chromium LUCI CQ

viz: Update TransferableResource mojo definition for new format

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 <jkardatzke@google.com>
Reviewed-by: default avatarSunny Sachanandani <sunnyps@chromium.org>
Reviewed-by: default avatarDominick Ng <dominickn@chromium.org>
Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org>
Commit-Queue: Jeffrey Kardatzke <jkardatzke@google.com>
Cr-Commit-Position: refs/heads/master@{#845393}
parent 3d3b8c07
......@@ -25,6 +25,7 @@ enum ResourceFormat {
LUMINANCE_F16,
RGBA_F16,
R16_EXT,
RG16_EXT,
RGBX_8888,
BGRX_8888,
RGBX_1010102,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment