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

Unified Diff: examples/surfaces_app/child.mojom

Issue 1537803002: Revert "Delete the Surfaces service." (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « examples/surfaces_app/BUILD.gn ('k') | examples/surfaces_app/child_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/surfaces_app/child.mojom
diff --git a/examples/surfaces_app/child.mojom b/examples/surfaces_app/child.mojom
new file mode 100644
index 0000000000000000000000000000000000000000..78392d070eabfc0efbdc2fae6462bccd27ba7840
--- /dev/null
+++ b/examples/surfaces_app/child.mojom
@@ -0,0 +1,13 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+import "mojo/services/geometry/interfaces/geometry.mojom";
+import "mojo/services/surfaces/interfaces/quads.mojom";
+import "mojo/services/surfaces/interfaces/surface_id.mojom";
+
+[ServiceName="Child"]
+interface Child {
+ ProduceFrame(mojo.Color color, mojo.Size size) =>
+ (mojo.SurfaceId id);
+};
« no previous file with comments | « examples/surfaces_app/BUILD.gn ('k') | examples/surfaces_app/child_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698