Index: cc/ipc/quads.mojom |
diff --git a/cc/ipc/quads.mojom b/cc/ipc/quads.mojom |
index a7444add392f5cace4ae008cbd9c13e512df7944..3fa26013d1417a6d03f0cfc349417829d96ab2cb 100644 |
--- a/cc/ipc/quads.mojom |
+++ b/cc/ipc/quads.mojom |
@@ -102,6 +102,12 @@ struct YUVVideoQuadState { |
uint32 bits_per_channel; |
}; |
+struct YVideoQuadState { |
+ uint32 resource_id; |
+ gfx.mojom.PointF uv_top_left; |
+ gfx.mojom.PointF uv_bottom_right; |
+}; |
+ |
union DrawQuadState { |
DebugBorderQuadState debug_border_quad_state; |
RenderPassQuadState render_pass_quad_state; |
@@ -111,6 +117,7 @@ union DrawQuadState { |
TextureQuadState texture_quad_state; |
TileQuadState tile_quad_state; |
YUVVideoQuadState yuv_video_quad_state; |
+ YVideoQuadState y_video_quad_state; |
}; |
struct DrawQuad { |