| Index: third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl
|
| diff --git a/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl b/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl
|
| index a16cef11ef247a6364ae78630f1426286d8cd63c..70391411dd324a6eaf4ab04676ea7e6041901aca 100644
|
| --- a/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl
|
| +++ b/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl
|
| @@ -10,6 +10,7 @@
|
| unsigned long zoom;
|
| unsigned long imageHeight;
|
| unsigned long imageWidth;
|
| + FocusMode focusMode;
|
| // TODO(mcasas): Implement all other PhotoSettings fields
|
| // https://crbug.com/518807
|
| };
|
|
|