diff options
Diffstat (limited to 'views/controls/native_control_gtk.h')
-rw-r--r-- | views/controls/native_control_gtk.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/controls/native_control_gtk.h b/views/controls/native_control_gtk.h index 69f650d..ce2f187 100644 --- a/views/controls/native_control_gtk.h +++ b/views/controls/native_control_gtk.h @@ -36,6 +36,10 @@ class NativeControlGtk : public NativeViewHost { virtual void NativeControlCreated(GtkWidget* widget); private: + static void CallFocusIn(GtkWidget* widget, + GdkEventFocus* event, + NativeControlGtk* button); + DISALLOW_COPY_AND_ASSIGN(NativeControlGtk); }; |