Chromium Code Reviews| Index: third_party/mozilla/ComplexTextInputPanel.h |
| diff --git a/third_party/mozilla/ComplexTextInputPanel.h b/third_party/mozilla/ComplexTextInputPanel.h |
| index 598a2b8b86350417821049e8492aafdd1df54c39..be1d92a76bf0246d32b0dfd15dc06fbd3fa42c65 100644 |
| --- a/third_party/mozilla/ComplexTextInputPanel.h |
| +++ b/third_party/mozilla/ComplexTextInputPanel.h |
| @@ -42,7 +42,8 @@ |
| - (NSTextInputContext*)inputContext; |
| - (BOOL)interpretKeyEvent:(NSEvent*)event string:(NSString**)string; |
| -- (void)cancelInput; |
| +- (void)cancelComposition; |
| +- (BOOL)inComposition; |
| @end |