| Index: 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 1e4c980b752e43048ced3fb89b253728fdc880e5..1538e2666cef3f5057e12b0d46f98bfd34e785f6 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);
|
| };
|
|
|
|
|