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

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: renamed 'invisible' to 'noUnderline'. 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
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,
Seigo Nonaka 2014/10/13 06:23:10 nit: this value is no longer being unique bit valu
+ COMPOSITION_TEXT_UNDERLINE_ERROR = 8,
};
struct UnderlineAttribute {

Powered by Google App Engine
This is Rietveld 408576698