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

Unified Diff: third_party/mozilla/ComplexTextInputPanel.h

Issue 6259013: Update Mac plugin IME handling to match updated spec (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to trunk Created 9 years, 11 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/renderer/webplugin_delegate_proxy.cc ('k') | third_party/mozilla/ComplexTextInputPanel.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/renderer/webplugin_delegate_proxy.cc ('k') | third_party/mozilla/ComplexTextInputPanel.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698