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

Unified Diff: examples/surfaces_app/child.mojom

Issue 1534693002: Delete the Surfaces service. (Closed) Base URL: git@github.com:domokit/mojo.git@cl-2d
Patch Set: rebase 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
deleted file mode 100644
index 78392d070eabfc0efbdc2fae6462bccd27ba7840..0000000000000000000000000000000000000000
--- a/examples/surfaces_app/child.mojom
+++ /dev/null
@@ -1,13 +0,0 @@
-// 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