Chromium Code Reviews| Index: third_party/closure_compiler/externs/automation.js |
| diff --git a/third_party/closure_compiler/externs/automation.js b/third_party/closure_compiler/externs/automation.js |
| index fd080cbb1195544e0318db209ba24e453fdde400..aced3940e3c9aba8a88a8af71cbf9a0d9cf49f4e 100644 |
| --- a/third_party/closure_compiler/externs/automation.js |
| +++ b/third_party/closure_compiler/externs/automation.js |
| @@ -431,6 +431,10 @@ chrome.automation.AutomationNode.prototype.textSelStart; |
| */ |
| chrome.automation.AutomationNode.prototype.textSelEnd; |
| +/** |
| + * @type {string} How come this wasn't auto generated? |
|
dmazzoni
2016/12/05 17:29:41
:)
The change to this file is fine, we don't have
ultimatedbz
2016/12/05 19:32:01
Done.
|
| + */ |
| +chrome.automation.AutomationNode.prototype.imageDataUrl; |
| /** |
| * @type {Array<number>} |
| @@ -549,6 +553,13 @@ chrome.automation.AutomationNode.prototype |
| /** |
| + * @param {number} width why wasn't this auto generated? |
| + * @param {number} height |
| + */ |
| +chrome.automation.AutomationNode.prototype.getImageData = |
| + function(width, height) {}; |
| + |
| +/** |
| * @param {number} start |
| * @param {number} end |
| */ |