| Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/externs.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/externs.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/externs.js
|
| index af4e2f40ce934df76c0ff427199374583c468141..07e22c2fb470a73149c315681c7d24a9dffc1ca4 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/externs.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/externs.js
|
| @@ -52,6 +52,14 @@ chrome.accessibilityPrivate.setNativeAccessibilityEnabled = function(on) {
|
| chrome.accessibilityPrivate.getAlertsForTab =
|
| function(tabId, callback) {};
|
|
|
| +/**
|
| + * @param {Array.<{left: number, top: number, width: number, height: number}>}
|
| + * rects The bounding rects to draw focus ring(s) around, in global
|
| + * screen coordinates.
|
| + */
|
| +chrome.accessibilityPrivate.setFocusRing = function(rects) {
|
| +};
|
| +
|
| /** @type ChromeEvent */
|
| chrome.accessibilityPrivate.onWindowOpened;
|
|
|
|
|