summaryrefslogtreecommitdiffstats
path: root/views/controls/native_control_gtk.h
diff options
context:
space:
mode:
authorjcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-05 23:31:39 +0000
committerjcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-05 23:31:39 +0000
commit12338015077b13e550ce7c4201f8faf8cd858ca5 (patch)
tree1417460d9042577a0560d90d31fe3d2684af5700 /views/controls/native_control_gtk.h
parent5b1de14a065c0bc793fbdffdf5004a8181aae1ef (diff)
downloadchromium_src-12338015077b13e550ce7c4201f8faf8cd858ca5.zip
chromium_src-12338015077b13e550ce7c4201f8faf8cd858ca5.tar.gz
chromium_src-12338015077b13e550ce7c4201f8faf8cd858ca5.tar.bz2
Reverting the NativeViewHostWin focus refactoring.
It seems the added subclassing is causing crashers in the field. BUG=23861 TEST=None TBR=beng Review URL: http://codereview.chromium.org/259052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28061 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/controls/native_control_gtk.h')
-rw-r--r--views/controls/native_control_gtk.h4
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);
};