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

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

Issue 2795693004: Image Capture: add |points_of_interest| to mojo and wire it to IDL layer (Closed)
Patch Set: reillyg@ comment Created 3 years, 9 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/capture/mojo/image_capture.mojom
diff --git a/media/capture/mojo/image_capture.mojom b/media/capture/mojo/image_capture.mojom
index d5706b0fc8bfd3e15f7de5c9a5fdb6a393938732..bf5f7cac6ceeb4d5c435307db4b634edc535807b 100644
--- a/media/capture/mojo/image_capture.mojom
+++ b/media/capture/mojo/image_capture.mojom
@@ -29,6 +29,7 @@ struct PhotoCapabilities {
MeteringMode white_balance_mode;
MeteringMode exposure_mode;
MeteringMode focus_mode;
+ array<Point2D> points_of_interest;
Range exposure_compensation;
Range color_temperature;

Powered by Google App Engine
This is Rietveld 408576698