Chromium Code Reviews| Index: chrome/browser/renderer_host/render_widget_host_view_gtk.h |
| diff --git a/chrome/browser/renderer_host/render_widget_host_view_gtk.h b/chrome/browser/renderer_host/render_widget_host_view_gtk.h |
| index af0f17fee323aa6436453a14a8b813c999c73e1e..330fe3ce67e99e2ee4aee68f7453278318b179ad 100644 |
| --- a/chrome/browser/renderer_host/render_widget_host_view_gtk.h |
| +++ b/chrome/browser/renderer_host/render_widget_host_view_gtk.h |
| @@ -211,9 +211,10 @@ class RenderWidgetHostViewGtk : public RenderWidgetHostView, |
| // We ignore the first mouse release on popups so the popup will remain open. |
| bool is_popup_first_mouse_release_; |
| - // Whether or not this widget was focused before shadowed by another widget. |
| - // Used in OnGrabNotify() handler to track the focused state correctly. |
| - bool was_focused_before_grab_; |
| + // Whether or not this widget's input context was focused before shadowed by |
|
Evan Stade
2011/08/04 16:47:28
before being shadowed
kinaba
2011/08/05 03:35:33
Done.
|
| + // another widget. Used in OnGrabNotify() handler to track the focused state |
| + // correctly. |
| + bool was_imcontext_focused_before_grab_; |
| // True if we are responsible for creating an X grab. This will only be used |
| // for <select> dropdowns. It should be true for most such cases, but false |