Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(916)

Unified Diff: chrome/browser/resources/chromeos/chromevox/host/chrome/braille.js

Issue 2544203004: Display images in multiline Braille
Patch Set: Minor Nits, added TODO comments Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/chromevox/host/chrome/braille.js
diff --git a/chrome/browser/resources/chromeos/chromevox/host/chrome/braille.js b/chrome/browser/resources/chromeos/chromevox/host/chrome/braille.js
index 35a1d684cfa51e51bff6f2efea330021215704e1..6fd99db24664c36c08cc93e551de6f3320c2b81c 100644
--- a/chrome/browser/resources/chromeos/chromevox/host/chrome/braille.js
+++ b/chrome/browser/resources/chromeos/chromevox/host/chrome/braille.js
@@ -72,6 +72,12 @@ cvox.ChromeBraille.prototype.write = function(params) {
};
+/** @override */
+cvox.ChromeBraille.prototype.writeRawImage = function(imageDataUrl) {
+ // Do Nothing.
+};
+
+
/** @private */
cvox.ChromeBraille.prototype.updateLastContentId_ = function() {
this.lastContentId_ = cvox.ExtensionBridge.uniqueId() + '.' +

Powered by Google App Engine
This is Rietveld 408576698