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

Unified Diff: chromeos/ime/composition_text.h

Issue 639103003: Support invisible underline for IME composition. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit. Created 6 years, 2 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 | « chrome/common/extensions/api/input_ime.json ('k') | ui/base/ime/input_method_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/composition_text.h
diff --git a/chromeos/ime/composition_text.h b/chromeos/ime/composition_text.h
index b79efd9b34ac51df41de7697a1c9ee7a70194b84..9cc0d1380b6ae4c761f7cb7e831d8497f921cc8c 100644
--- a/chromeos/ime/composition_text.h
+++ b/chromeos/ime/composition_text.h
@@ -19,7 +19,8 @@ class CHROMEOS_EXPORT CompositionText {
enum UnderlineType {
COMPOSITION_TEXT_UNDERLINE_SINGLE = 1,
COMPOSITION_TEXT_UNDERLINE_DOUBLE = 2,
- COMPOSITION_TEXT_UNDERLINE_ERROR = 4,
+ COMPOSITION_TEXT_UNDERLINE_NONE = 4,
+ COMPOSITION_TEXT_UNDERLINE_ERROR = 8,
};
struct UnderlineAttribute {
« no previous file with comments | « chrome/common/extensions/api/input_ime.json ('k') | ui/base/ime/input_method_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698