| 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 a1a8308eb41718b7b9a2a41e3bfa5fd48c576fc1..d6352395da1b9ec9437a5b28f3fca8efe683eec8 100644
|
| --- a/mojo/services/public/interfaces/surfaces/quads.mojom
|
| +++ b/mojo/services/public/interfaces/surfaces/quads.mojom
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +module mojo;
|
| +
|
| import "mojo/services/public/interfaces/geometry/geometry.mojom";
|
| import "mojo/services/public/interfaces/surfaces/surface_id.mojom";
|
|
|
| -module mojo {
|
| -
|
| struct Color {
|
| uint32 rgba;
|
| };
|
| @@ -207,5 +207,3 @@ struct Pass {
|
| array<Quad> quads;
|
| array<SharedQuadState> shared_quad_states;
|
| };
|
| -
|
| -}
|
|
|