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

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

Issue 826423008: Use local ids for Surfaces APIs that can only apply to local surfaces (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months 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/surfaces/public/interfaces/surfaces_service.mojom
diff --git a/mojo/services/surfaces/public/interfaces/surfaces_service.mojom b/mojo/services/surfaces/public/interfaces/surfaces_service.mojom
index 5ced1088fa7e95d908425261312d592929101e05..bfc5a34158547648418e1a1c20bdba29e51a8c1c 100644
--- a/mojo/services/surfaces/public/interfaces/surfaces_service.mojom
+++ b/mojo/services/surfaces/public/interfaces/surfaces_service.mojom
@@ -9,5 +9,7 @@ import "mojo/services/surfaces/public/interfaces/surfaces.mojom";
// Use this interface to request connections to the surfaces service. Each
// connection is associated with an id namespace
interface SurfacesService {
+ // DEPRECATED: Just connect to mojo.Surface directly and receive the id
+ // namespace via SetIdNamespace.
CreateSurfaceConnection() => (Surface surface, uint32 id_namespace);
};
« no previous file with comments | « mojo/services/surfaces/public/interfaces/surfaces.mojom ('k') | services/fake_surfaces/fake_surfaces_service_application.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698