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

Unified Diff: third_party/WebKit/LayoutTests/imagecapture/setoptions.html

Issue 2387303002: Image Capture Linux/CrOs, implement brightness, contrast, saturation and sharpness (Closed)
Patch Set: Explicitly initialize to empty the new fields in the Android implementation and rebase Created 4 years, 2 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/setoptions.html
diff --git a/third_party/WebKit/LayoutTests/imagecapture/setoptions.html b/third_party/WebKit/LayoutTests/imagecapture/setoptions.html
index 643b6f27bc64dd5426c06cb7352131345aba9c1c..ea03a17dea34ec288982a84de2317291b1a88683 100644
--- a/third_party/WebKit/LayoutTests/imagecapture/setoptions.html
+++ b/third_party/WebKit/LayoutTests/imagecapture/setoptions.html
@@ -34,6 +34,10 @@ async_test(function(t) {
redEyeReduction : true,
fillLightMode : "flash",
colorTemperature : 6000,
+ brightness : 3,
+ contrast : 4,
+ saturation : 5,
+ sharpness : 6
};
mockImageCaptureReady
.then(mock => {

Powered by Google App Engine
This is Rietveld 408576698