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

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

Issue 2544203004: Display images in multiline Braille
Patch Set: set upstream to correct branch 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
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
*/

Powered by Google App Engine
This is Rietveld 408576698