| Index: mojo/services/camera/interfaces/camera.mojom
|
| diff --git a/mojo/services/camera/interfaces/camera.mojom b/mojo/services/camera/interfaces/camera.mojom
|
| index b7cc5cb7184b568bf79d49077baf861a2ca164c5..9f607b07cb0e8b70bc3cf48289d0e1cd50dc9ec5 100644
|
| --- a/mojo/services/camera/interfaces/camera.mojom
|
| +++ b/mojo/services/camera/interfaces/camera.mojom
|
| @@ -18,6 +18,7 @@ struct Photo {
|
| // The camera roll is exposed as a snapshot of all photos available as a list.
|
| // The head of the list (element with index 0) is a photo with the latest
|
| // timestamp and subsequent elements are in decreasing order of timestamp.
|
| +[ServiceName="mojo::CameraRollService"]
|
| interface CameraRollService {
|
| // Updates the snapshot of all photos available. Photos might have been added
|
| // or removed after the service was started or |Update| was called.
|
| @@ -30,6 +31,7 @@ interface CameraRollService {
|
| };
|
|
|
| // |CameraService| provides access to the device's camera video stream.
|
| +[ServiceName="mojo::CameraService"]
|
| interface CameraService {
|
| // Returns the most recent frame captured by the device's camera
|
| // in preview mode.
|
|
|