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 |
}; |