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

Unified Diff: media/mojo/interfaces/image_capture.mojom

Issue 2301043006: Image Capture: wire RedEyeReduction getter (Closed)
Patch Set: Removed superfluous builder.setRedEyeReduction(false); Created 4 years, 3 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: media/mojo/interfaces/image_capture.mojom
diff --git a/media/mojo/interfaces/image_capture.mojom b/media/mojo/interfaces/image_capture.mojom
index f63ae34113cc263de4eb66e0dcde35f65f54b439..c458614511e2e3b5d1d9aa439d80dab51fc1a10f 100644
--- a/media/mojo/interfaces/image_capture.mojom
+++ b/media/mojo/interfaces/image_capture.mojom
@@ -31,6 +31,7 @@ struct PhotoCapabilities {
Range exposure_compensation;
MeteringMode white_balance_mode;
FillLightMode fill_light_mode;
+ bool red_eye_reduction;
};
// Equivalent to idl Point2D.

Powered by Google App Engine
This is Rietveld 408576698