| Index: third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.idl
|
| diff --git a/third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.idl b/third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.idl
|
| index cda23c4ec7c6876b165b979d627a1e9676f5264b..d1278b52551f9895714a7fc80f8bdfd8372f5463 100644
|
| --- a/third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.idl
|
| +++ b/third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.idl
|
| @@ -31,6 +31,7 @@ enum FillLightMode {
|
| readonly attribute MediaSettingsRange exposureCompensation;
|
| readonly attribute MeteringMode whiteBalanceMode;
|
| readonly attribute FillLightMode fillLightMode;
|
| + readonly attribute boolean redEyeReduction;
|
| // TODO(mcasas): Implement all other PhotoCapabilities fields
|
| // https://crbug.com/518807
|
| };
|
|
|