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

Unified Diff: third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js

Issue 2301053004: Image Capture: adding fillLightMode getting/setting (Closed)
Patch Set: 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: third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js
diff --git a/third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js b/third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js
index f12c5c389d7fedc92f4cab11e0121a672e9bc165..62b8b99307b70387796b4b01e8f69eb101e64b85 100644
--- a/third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js
+++ b/third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js
@@ -24,6 +24,7 @@ let mockImageCaptureReady = define(
exposure_mode : imageCapture.MeteringMode.SINGLE_SHOT,
exposure_compensation : { min : -200, max : 200, current : 33},
white_balance_mode : imageCapture.MeteringMode.CONTINUOUS,
+ fill_light_mode : imageCapture.FillLightMode.AUTO,
}};
this.settings_ = null;
}

Powered by Google App Engine
This is Rietveld 408576698