| Index: components/mus/public/interfaces/quads.mojom
|
| diff --git a/components/mus/public/interfaces/quads.mojom b/components/mus/public/interfaces/quads.mojom
|
| index 39153b40bc1a9e6826b4bf25b2ea5af59a656600..3f07315e69afdc851f5f14c4d056aa30fa412edc 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/gfx/geometry/mojo/geometry.mojom";
|
|
|
| struct Color {
|
| @@ -66,7 +66,7 @@ struct SolidColorQuadState {
|
| };
|
|
|
| struct SurfaceQuadState {
|
| - mus.mojom.SurfaceId surface;
|
| + cc.mojom.SurfaceId surface;
|
| };
|
|
|
| struct TextureQuadState {
|
|
|