| Index: mojo/services/public/interfaces/surfaces/surfaces_service.mojom
|
| diff --git a/mojo/services/public/interfaces/surfaces/surfaces_service.mojom b/mojo/services/public/interfaces/surfaces/surfaces_service.mojom
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..76faeec0728c83e07b658afda94a4fc208e590cc
|
| --- /dev/null
|
| +++ b/mojo/services/public/interfaces/surfaces/surfaces_service.mojom
|
| @@ -0,0 +1,15 @@
|
| +// 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/public/interfaces/surfaces/surfaces.mojom"
|
| +
|
| +module mojo {
|
| +
|
| +// Use this interface to request connections to the surfaces service. Each
|
| +// connection is associated with an id namespace
|
| +interface SurfacesService {
|
| + CreateSurfaceConnection() => (Surface surface, uint32 id_namespace);
|
| +};
|
| +
|
| +}
|
|
|