Index: chrome/browser/chromeos/input_method/input_method_engine.cc |
diff --git a/chrome/browser/chromeos/input_method/input_method_engine.cc b/chrome/browser/chromeos/input_method/input_method_engine.cc |
index f35252522367aa585e41c953ca63af6e22e2e219..406a2cd1bfcfaa9f177e017ffd85fc2a79811f95 100644 |
--- a/chrome/browser/chromeos/input_method/input_method_engine.cc |
+++ b/chrome/browser/chromeos/input_method/input_method_engine.cc |
@@ -218,6 +218,9 @@ bool InputMethodEngine::SetComposition( |
case SEGMENT_STYLE_DOUBLE_UNDERLINE: |
underline.type = CompositionText::COMPOSITION_TEXT_UNDERLINE_DOUBLE; |
break; |
+ case SEGMENT_STYLE_NO_UNDERLINE: |
+ underline.type = CompositionText::COMPOSITION_TEXT_UNDERLINE_NONE; |
+ break; |
default: |
continue; |
} |