Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(704)

Unified Diff: components/mus/public/interfaces/quads.mojom

Issue 2014233002: Implement cc::SurfaceId StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698