| commit | 71d68be150e06917c61429a2f63ee6793e1c2e8c | [log] [tgz] |
|---|---|---|
| author | mcasas <mcasas@chromium.org> | Thu Jul 14 02:44:58 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 14 02:48:14 2016 |
| tree | 9f079d0d16188a57742413bd7a495cd7010d5aff | |
| parent | bd1fa793c46bba22f4d81a1ea7eb0a82b8044746 [diff] |
ImageCapture: Implement focus mode for Android and Fake Video Capture Devices This CL extends the PhotoCapabilities.idl to have support for |focusMode|, and wires it down to the three current implementations: Fake and Android VideoCaptureDevices in browser. This forces adding file modules/imagecapture/PhotoCapabilities.cpp. FocusMode is defined here: https://w3c.github.io/mediacapture-image/index.html#idl-def-FocusMode BUG=518807 Review-Url: https://codereview.chromium.org/2124363003 Cr-Commit-Position: refs/heads/master@{#405414}