Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(465)

Unified Diff: third_party/WebKit/Source/modules/imagecapture/PhotoCapabilities.h

Issue 2877273002: Image Capture: reject setOptions()/applyConstraints() if any argument is unsupported (Closed)
Patch Set: cleanup Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698