From 5c9e97acabd4cdab5adb20d2412a5766b3382856 Mon Sep 17 00:00:00 2001 From: "davemoore@chromium.org" Date: Wed, 9 Sep 2009 23:48:30 +0000 Subject: First cut at implementation of FindBar for views / gtk Also had to implement change notification for TextField on views / gtk Review URL: http://codereview.chromium.org/200035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25819 0039d316-1c4b-4281-b951-d872f2087c98 --- views/view_win.cc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'views/view_win.cc') diff --git a/views/view_win.cc b/views/view_win.cc index c03e908..cd9911c 100644 --- a/views/view_win.cc +++ b/views/view_win.cc @@ -22,14 +22,6 @@ ViewAccessibilityWrapper* View::GetViewAccessibilityWrapper() { return accessibility_.get(); } -void View::Focus() { - // Set the native focus to the root view window so it receives the keyboard - // messages. - FocusManager* focus_manager = GetFocusManager(); - if (focus_manager) - focus_manager->FocusNativeView(GetRootView()->GetWidget()->GetNativeView()); -} - int View::GetHorizontalDragThreshold() { static int threshold = -1; if (threshold == -1) -- cgit v1.1