diff options
Diffstat (limited to 'mojo/services/public/interfaces/surfaces/quads.mojom')
-rw-r--r-- | mojo/services/public/interfaces/surfaces/quads.mojom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mojo/services/public/interfaces/surfaces/quads.mojom b/mojo/services/public/interfaces/surfaces/quads.mojom index b6b67a4..6c2eb64 100644 --- a/mojo/services/public/interfaces/surfaces/quads.mojom +++ b/mojo/services/public/interfaces/surfaces/quads.mojom @@ -5,7 +5,7 @@ import "mojo/services/public/interfaces/geometry/geometry.mojom" import "mojo/services/public/interfaces/surfaces/surface_id.mojom" -module mojo.surfaces { +module mojo { struct Color { uint32 rgba; @@ -81,7 +81,7 @@ struct Quad { // Index into the containing pass' shared quad state array which has state // (transforms etc) shared by multiple quads. int32 shared_quad_state_index; - + // Only one of the following will be set, depending on the material. CheckerboardQuadState checkerboard_quad_state; DebugBorderQuadState debug_border_quad_state; |