Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / chromeos / chromevox / chromevox / background / externs.js
index af4e2f4..07e22c2 100644 (file)
@@ -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;