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

Unified Diff: mojo/services/gpu/interfaces/gpu.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
Index: mojo/services/gpu/interfaces/gpu.mojom
diff --git a/mojo/services/gpu/interfaces/gpu.mojom b/mojo/services/gpu/interfaces/gpu.mojom
index dae63633489957cdb15a995e50d92e2a3df47392..a30b594c637cbd14dea0ce5691a9e06016a47fa7 100644
--- a/mojo/services/gpu/interfaces/gpu.mojom
+++ b/mojo/services/gpu/interfaces/gpu.mojom
@@ -7,6 +7,7 @@ module mojo;
import "gpu/interfaces/command_buffer.mojom";
+[ServiceName="mojo::Gpu"]
interface Gpu {
// Creates a new offscreen OpenGL ES 2.0 context.
CreateOffscreenGLES2Context(CommandBuffer& gles2_client);
« no previous file with comments | « mojo/services/files/interfaces/files.mojom ('k') | mojo/services/http_server/interfaces/http_server_factory.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698