| Index: chrome/browser/resources/chromeos/chromevox/host/chrome/braille_background.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/host/chrome/braille_background.js b/chrome/browser/resources/chromeos/chromevox/host/chrome/braille_background.js
|
| index 7ac49299d29d7f0064070492a89577ed25706a3b..33593421ca7c6ef3f3b0f80719cd4dbf6eacf00e 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/host/chrome/braille_background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/host/chrome/braille_background.js
|
| @@ -67,6 +67,12 @@ cvox.BrailleBackground.prototype.write = function(params) {
|
| };
|
|
|
|
|
| +/** @override */
|
| +cvox.BrailleBackground.prototype.writeRawImage = function(imageDataUrl) {
|
| + this.displayManager_.setImageContent(imageDataUrl);
|
| +};
|
| +
|
| +
|
| /**
|
| * @return {cvox.BrailleTranslatorManager} The translator manager used by this
|
| * instance.
|
|
|