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 2954413003: Support rich line output in both speech and braille (Closed)
Patch Set: Fix browser test Created 3 years, 6 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') | no next file » | 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 cb1938e597e4e3989d9b603e3781825ec4dcc82a..44bed0a913e346ccbaf1def30431bd48197c3fb7 100644
--- a/third_party/liblouis/nacl_wrapper/translation_params.h
+++ b/third_party/liblouis/nacl_wrapper/translation_params.h
@@ -16,6 +16,7 @@
#define LIBLOUIS_NACL_TRANSLATION_PARAMS_H_
#include <string>
+#include <vector>
namespace liblouis_nacl {
@@ -25,6 +26,7 @@ struct TranslationParams {
std::string table_names;
std::string text;
int cursor_position;
+ std::vector<unsigned char> form_type_map;
};
}
« no previous file with comments | « third_party/liblouis/nacl_wrapper/liblouis_wrapper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698