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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js

Issue 2238613002: Support output for Chrome's native find in ChromeVox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@text_markers
Patch Set: Don't forget to bit shift in SendTreeChanges (checking against cached overall tree filter). Created 4 years, 4 months 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: chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
diff --git a/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js b/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
index a946fa8d7d9fb3dd70fd188d3e27bfa4a78c8798..3abd47bc43f9939b0a3bcdd1baf991bababca717 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
@@ -632,6 +632,13 @@ chrome.automation.AutomationNode.prototype.tableRowCount;
/** @type {number} */
chrome.automation.AutomationNode.prototype.hierarchicalLevel;
+/** @type {Array<number>} */
+chrome.automation.AutomationNode.prototype.markerTypes;
+/** @type {Array<number>} */
+chrome.automation.AutomationNode.prototype.markerStarts;
+/** @type {Array<number>} */
+chrome.automation.AutomationNode.prototype.markerEnds;
+
/**
* @extends {chrome.automation.AutomationNode}
* @constructor

Powered by Google App Engine
This is Rietveld 408576698