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..a694049e1f2e629f8efd7584a4403da404a7c9e0 100644 |
| --- a/third_party/closure_compiler/externs/automation.js |
| +++ b/third_party/closure_compiler/externs/automation.js |
| @@ -34,6 +34,7 @@ chrome.automation.EventType = { |
| focus: '', |
| hide: '', |
| hover: '', |
| + imageFrameUpdated: '', |
| invalidStatusChanged: '', |
| layoutComplete: '', |
| liveRegionChanged: '', |
| @@ -431,6 +432,10 @@ chrome.automation.AutomationNode.prototype.textSelStart; |
| */ |
| chrome.automation.AutomationNode.prototype.textSelEnd; |
| +/** |
| + * @type {string} |
| + */ |
| +chrome.automation.AutomationNode.prototype.imageDataUrl; |
| /** |
| * @type {Array<number>} |
| @@ -549,6 +554,13 @@ chrome.automation.AutomationNode.prototype |
| /** |
| + * @param {number} width |
| + * @param {number} height |
| + */ |
| +chrome.automation.AutomationNode.prototype.getImageData = |
| + function(width, height) {}; |
|
Dan Beam
2016/12/15 00:34:02
if this were run by the script on the top of this
|
| + |
| +/** |
| * @param {number} start |
| * @param {number} end |
| */ |