| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| index 4124bc825c35f440354d3130ae4323fbe56a4544..a47944998cf3d49ef86202d8e90b1b4cfec6d3a2 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| @@ -11,6 +11,7 @@ goog.provide('Output.EventType');
|
|
|
| goog.require('EarconEngine');
|
| goog.require('Spannable');
|
| +goog.require('Stubs');
|
| goog.require('constants');
|
| goog.require('cursors.Cursor');
|
| goog.require('cursors.Range');
|
| @@ -928,10 +929,8 @@ Output.prototype = {
|
| }
|
|
|
| // Display.
|
| - if (cvox.ChromeVox.isChromeOS &&
|
| - this.speechCategory_ != cvox.TtsCategory.LIVE) {
|
| + if (this.speechCategory_ != cvox.TtsCategory.LIVE)
|
| chrome.accessibilityPrivate.setFocusRing(this.locations_);
|
| - }
|
| },
|
|
|
| /**
|
|
|