From 173ac43c225635ee3596ae2f8a7e9dc0ce330f6f Mon Sep 17 00:00:00 2001 From: "suzhe@chromium.org" Date: Mon, 30 Aug 2010 16:42:14 +0000 Subject: [Linux]Workaround issue 50485 Please see http://crbug.com/50485 for details. This CL workarounds this issue by ignoring one "commit" signal triggered when resetting the gtk imcontext. BUG=50485 TEST=See bug report. Review URL: http://codereview.chromium.org/3214001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57867 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/renderer_host/gtk_im_context_wrapper.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chrome/browser/renderer_host/gtk_im_context_wrapper.h') diff --git a/chrome/browser/renderer_host/gtk_im_context_wrapper.h b/chrome/browser/renderer_host/gtk_im_context_wrapper.h index 1e4c980..1538e26 100644 --- a/chrome/browser/renderer_host/gtk_im_context_wrapper.h +++ b/chrome/browser/renderer_host/gtk_im_context_wrapper.h @@ -196,6 +196,11 @@ class GtkIMContextWrapper { // handler. string16 commit_text_; + // If it's true then the next "commit" signal will be suppressed. + // It's only used to workaround http://crbug.com/50485. + // TODO(suzhe): Remove it after input methods get fixed. + bool suppress_next_commit_; + DISALLOW_COPY_AND_ASSIGN(GtkIMContextWrapper); }; -- cgit v1.1