Index: third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl |
diff --git a/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl b/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl |
index a5b004094156f9058c7b1c7ca24926bd8da4e623..58fd046e66253d64fb122c95bcd9e1503ee443c8 100644 |
--- a/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl |
+++ b/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl |
@@ -16,8 +16,11 @@ |
MeteringMode focusMode; |
sequence<Point2D> pointsOfInterest; |
- // TODO(mcasas): Implement |brightness|, |contrast|, |saturation| and |
- // |sharpness|, https://crbug.com/650676. |
+ |
+ unsigned long brightness; |
+ unsigned long contrast; |
+ unsigned long saturation; |
+ unsigned long sharpness; |
unsigned long zoom; |
unsigned long imageHeight; |
unsigned long imageWidth; |