| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| index 44f803d2a0e7c02a9ac9f04d74dab526ee286baa..f260e1d6663bc2d38eaa48bcde79a1faee4c3be8 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| @@ -94,6 +94,7 @@ cvox2.Background.prototype = {
|
| var output = evt.target.attributes.name + ' ' + evt.target.role;
|
| cvox.ChromeVox.tts.speak(output, cvox.AbstractTts.QUEUE_MODE_FLUSH);
|
| cvox.ChromeVox.braille.write(cvox.NavBraille.fromText(output));
|
| + chrome.accessibilityPrivate.setFocusRing([evt.target.location]);
|
| },
|
|
|
| /**
|
|
|