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

Unified Diff: third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl

Issue 2164473002: ImageCapture: wire PhotoCapabilities' ISO, width, height and PhotoSettings' width and height (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reillyg@ comment Created 4 years, 5 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/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 11e5bee9c33baf6bb28435fae91085d26a8bdb75..a16cef11ef247a6364ae78630f1426286d8cd63c 100644
--- a/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl
+++ b/third_party/WebKit/Source/modules/imagecapture/PhotoSettings.idl
@@ -8,6 +8,8 @@
RuntimeEnabled=ImageCapture
] dictionary PhotoSettings {
unsigned long zoom;
+ unsigned long imageHeight;
+ unsigned long imageWidth;
// TODO(mcasas): Implement all other PhotoSettings fields
// https://crbug.com/518807
};

Powered by Google App Engine
This is Rietveld 408576698