| Index: components/mus/public/interfaces/quads.mojom
|
| diff --git a/components/mus/public/interfaces/quads.mojom b/components/mus/public/interfaces/quads.mojom
|
| index 38efdebb4fed31e1ad2e8754993d5d774a938dbd..aaf77391d8d5504e93e84780531ea45992e10fd3 100644
|
| --- a/components/mus/public/interfaces/quads.mojom
|
| +++ b/components/mus/public/interfaces/quads.mojom
|
| @@ -4,7 +4,7 @@
|
|
|
| module mus.mojom;
|
|
|
| -import "components/mus/public/interfaces/surface_id.mojom";
|
| +import "cc/ipc/surface_id.mojom";
|
| import "ui/mojo/geometry/geometry.mojom";
|
|
|
| struct Color {
|
| @@ -66,7 +66,7 @@ struct SolidColorQuadState {
|
| };
|
|
|
| struct SurfaceQuadState {
|
| - mus.mojom.SurfaceId surface;
|
| + cc.mojom.SurfaceId surface;
|
| };
|
|
|
| struct TextureQuadState {
|
|
|