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 bf5b1c94f46311ea3288f2618178caea90860fbe..18b00d6c9651ba1c5956440932fee52ca9039787 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; |
Reilly Grant (use Gerrit)
2017/05/15 16:50:49
This is not a WebIDL function so it should be name
mcasas
2017/05/15 18:18:49
Done.
|
DECLARE_VIRTUAL_TRACE(); |