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

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

Issue 1457383005: Require an explicit ServiceName annotation for interfaces in Java (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review 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/vsync/interfaces/vsync.mojom
diff --git a/mojo/services/vsync/interfaces/vsync.mojom b/mojo/services/vsync/interfaces/vsync.mojom
index 5cc66a1a34483eebfe20ee06f5d5354b033947e1..10fb50f937883eadba7303424db7b89840ede376 100644
--- a/mojo/services/vsync/interfaces/vsync.mojom
+++ b/mojo/services/vsync/interfaces/vsync.mojom
@@ -5,6 +5,7 @@
[DartPackage="mojo_services"]
module vsync;
+[ServiceName="vsync::VSyncProvider"]
interface VSyncProvider {
// Waits for the next vsync and returns its timestamp once it happens. The
// timestamps can only be compared with other calls of this method.
« no previous file with comments | « mojo/services/speech_recognizer/interfaces/speech_recognizer.mojom ('k') | services/intent_receiver/intent_receiver.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698