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

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

Issue 2703663002: Display images in multiline Braille (Closed)
Patch Set: Final feedback Created 3 years, 10 months 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/braille/braille_key_types.js
diff --git a/chrome/browser/resources/chromeos/chromevox/braille/braille_key_types.js b/chrome/browser/resources/chromeos/chromevox/braille/braille_key_types.js
index e108c68ee4f52053efe5bc8b6113ebd102617fd5..9d411ff0083c7c00b9bd9e5d6d946e7d2ad11289 100644
--- a/chrome/browser/resources/chromeos/chromevox/braille/braille_key_types.js
+++ b/chrome/browser/resources/chromeos/chromevox/braille/braille_key_types.js
@@ -127,6 +127,7 @@ cvox.BrailleKeyEvent.legacyKeyCodeMap_ = {
/**
* The state of a braille display as represented in the
* chrome.brailleDisplayPrivate API.
- * @typedef {{available: boolean, textCellCount: (number|undefined)}}
+ * @typedef {{available: boolean, textRowCount: number,
+ * textColumnCount: number}}
*/
cvox.BrailleDisplayState;

Powered by Google App Engine
This is Rietveld 408576698