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

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

Issue 1085233004: Moves services implementations out of third_party/mojo_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unnecessary changes Created 5 years, 8 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/surfaces/public/interfaces/quads.mojom
diff --git a/third_party/mojo_services/src/surfaces/public/interfaces/quads.mojom b/components/surfaces/public/interfaces/quads.mojom
similarity index 99%
rename from third_party/mojo_services/src/surfaces/public/interfaces/quads.mojom
rename to components/surfaces/public/interfaces/quads.mojom
index 3022df0a2e0b8123c111f0bb39847a3edcd182ac..95403bbe1b8ef29ecf4bd2ebe566086adc0ff2dc 100644
--- a/third_party/mojo_services/src/surfaces/public/interfaces/quads.mojom
+++ b/components/surfaces/public/interfaces/quads.mojom
@@ -4,8 +4,8 @@
module mojo;
-import "geometry/public/interfaces/geometry.mojom";
import "surfaces/public/interfaces/surface_id.mojom";
+import "ui/mojo/geometry/geometry.mojom";
struct Color {
uint32 rgba;

Powered by Google App Engine
This is Rietveld 408576698