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

Unified Diff: third_party/liblouis/nacl_wrapper/translation_params.h

Issue 589133002: Make undefined Unicode characters show up in a nicer way in braille. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@moretables
Patch Set: Fix typo. Created 6 years, 3 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
« no previous file with comments | « third_party/liblouis/nacl_wrapper/liblouis_wrapper.cc ('k') | third_party/liblouis/tables.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/liblouis/nacl_wrapper/translation_params.h
diff --git a/third_party/liblouis/nacl_wrapper/translation_params.h b/third_party/liblouis/nacl_wrapper/translation_params.h
index 3505520d285b5c2d38e56eb73d7d158003231207..cb1938e597e4e3989d9b603e3781825ec4dcc82a 100644
--- a/third_party/liblouis/nacl_wrapper/translation_params.h
+++ b/third_party/liblouis/nacl_wrapper/translation_params.h
@@ -22,7 +22,7 @@ namespace liblouis_nacl {
// Struct containing the parameters of translation.
struct TranslationParams {
public:
- std::string table_name;
+ std::string table_names;
std::string text;
int cursor_position;
};
« no previous file with comments | « third_party/liblouis/nacl_wrapper/liblouis_wrapper.cc ('k') | third_party/liblouis/tables.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698