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

Unified Diff: third_party/closure_compiler/externs/automation.js

Issue 2544203004: Display images in multiline Braille
Patch Set: Minor Nits, added TODO comments Created 4 years 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
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/host/interface/braille_interface.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
*/
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/host/interface/braille_interface.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698