| Index: examples/surfaces_app/child.mojom
|
| diff --git a/examples/surfaces_app/child.mojom b/examples/surfaces_app/child.mojom
|
| index 37585b08e03b229baf85ae6c9ec3a2cf7dd26ac4..11807842c1d687327561595de80fbfe7629fd8c1 100644
|
| --- a/examples/surfaces_app/child.mojom
|
| +++ b/examples/surfaces_app/child.mojom
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| import "mojo/services/public/interfaces/geometry/geometry.mojom";
|
| -import "mojo/services/public/interfaces/surfaces/quads.mojom";
|
| -import "mojo/services/public/interfaces/surfaces/surface_id.mojom";
|
| +import "mojo/services/surfaces/public/interfaces/quads.mojom";
|
| +import "mojo/services/surfaces/public/interfaces/surface_id.mojom";
|
|
|
| interface Child {
|
| ProduceFrame(mojo.Color color, mojo.Size size) =>
|
|
|