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..419e13c527632bbba9634d485ffd40fde79b373e 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 IsFocused() const; |
Evan Stade
2011/08/04 04:00:47
simple getters should look_like_this() and can be
kinaba
2011/08/04 04:24:37
Done.
|
#if !defined(TOOLKIT_VIEWS) |
// Not defined for views because the views context menu doesn't |