From 0a6dc3a6ca8fd3e0d85a45fc99c646e4c68d1d6a Mon Sep 17 00:00:00 2001 From: "jcampan@chromium.org" Date: Thu, 24 Sep 2009 20:18:54 +0000 Subject: Reverting 27113, it breaks the ChomeOS build. TBR=ben Review URL: http://codereview.chromium.org/231022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27115 0039d316-1c4b-4281-b951-d872f2087c98 --- views/controls/native_control_gtk.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'views/controls/native_control_gtk.h') 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); }; -- cgit v1.1