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

Unified Diff: mojo/services/surfaces/interfaces/surfaces.mojom

Issue 1454113003: Require an explicit ServiceName annotation for interfaces in C++. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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 | « mojo/services/surfaces/interfaces/display.mojom ('k') | mojo/services/terminal/interfaces/terminal.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/surfaces/interfaces/surfaces.mojom
diff --git a/mojo/services/surfaces/interfaces/surfaces.mojom b/mojo/services/surfaces/interfaces/surfaces.mojom
index d31b505ad51d20edbe862bedc918894c72a6004c..ff71b3bb7460c992bcca90045c10e34f7f06d25c 100644
--- a/mojo/services/surfaces/interfaces/surfaces.mojom
+++ b/mojo/services/surfaces/interfaces/surfaces.mojom
@@ -55,6 +55,7 @@ interface ResourceReturner {
ReturnResources(array<ReturnedResource> resources);
};
+[ServiceName="mojo::Surface"]
interface Surface {
// Request the id namespace for this connection. Fully qualified surface ids
// are the combination of the id_namespace for the connection that created the
« no previous file with comments | « mojo/services/surfaces/interfaces/display.mojom ('k') | mojo/services/terminal/interfaces/terminal.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698