| 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 5cafa9518070a6005a16fa96319c65e5c747f220..4caa63dda921abcd5586f1ba3bb079947e55af27 100644
|
| --- a/chrome/browser/renderer_host/gtk_im_context_wrapper.h
|
| +++ b/chrome/browser/renderer_host/gtk_im_context_wrapper.h
|
| @@ -53,6 +53,7 @@ class GtkIMContextWrapper {
|
| const gfx::Rect& caret_rect);
|
| void OnFocusIn();
|
| void OnFocusOut();
|
| + bool is_focused() const { return is_focused_; }
|
|
|
| #if !defined(TOOLKIT_VIEWS)
|
| // Not defined for views because the views context menu doesn't
|
|
|