| Index: third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.h
|
| diff --git a/third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.h b/third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.h
|
| index dd7c7046d16e2bea45f164e5eae0652e8f0e40ba..026f8984f6ce138008b3ffd833e3c4b988723aca 100644
|
| --- a/third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.h
|
| +++ b/third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.h
|
| @@ -38,6 +38,7 @@ class PhotoCapabilities final
|
| media::mojom::blink::RedEyeReduction red_eye_reduction) {
|
| red_eye_reduction_ = red_eye_reduction;
|
| }
|
| + bool IsRedEyeReductionControllable() const;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|