Chromium Code Reviews| Index: media/capture/video/linux/v4l2_capture_delegate.h |
| diff --git a/media/capture/video/linux/v4l2_capture_delegate.h b/media/capture/video/linux/v4l2_capture_delegate.h |
| index 66b63c60b244d8cf5e1a6cd9651723d2b1d61a01..12f9098a2adbbaadad6691a50c365b7f04b8c084 100644 |
| --- a/media/capture/video/linux/v4l2_capture_delegate.h |
| +++ b/media/capture/video/linux/v4l2_capture_delegate.h |
| @@ -57,6 +57,11 @@ class V4L2CaptureDelegate final |
| void TakePhoto(VideoCaptureDevice::TakePhotoCallback callback); |
| + void GetPhotoCapabilities( |
| + VideoCaptureDevice::GetPhotoCapabilitiesCallback callback); |
| + void SetPhotoOptions(mojom::PhotoSettingsPtr settings, |
|
chfremer
2016/09/23 21:18:29
nit: photo options vs. photo settings, could be ma
mcasas
2016/09/23 22:10:57
They follow the idl names, which in turn come
from
|
| + VideoCaptureDevice::SetPhotoOptionsCallback callback); |
| + |
| void SetRotation(int rotation); |
| private: |