Index: mojo/services/public/interfaces/surfaces/quads.mojom |
diff --git a/mojo/services/public/interfaces/surfaces/quads.mojom b/mojo/services/public/interfaces/surfaces/quads.mojom |
index b6b67a43ac39df80654d612ed4fbfd84abb29ac8..6c2eb6440d8a48e9d05e5bcbde9a72b979e91bdf 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; |