From 70554e84d082f51ec6c04891c21942923370694c Mon Sep 17 00:00:00 2001 From: "sky@chromium.org" Date: Tue, 26 May 2009 21:54:53 +0000 Subject: Stubs out FocusManager and Menu so they compile on Linux. BUG=none TEST=none Review URL: http://codereview.chromium.org/115794 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16928 0039d316-1c4b-4281-b951-d872f2087c98 --- views/focus/focus_manager.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'views/focus/focus_manager.h') diff --git a/views/focus/focus_manager.h b/views/focus/focus_manager.h index b4fd3b6..92c5480 100644 --- a/views/focus/focus_manager.h +++ b/views/focus/focus_manager.h @@ -321,10 +321,8 @@ class FocusManager { // had focus. int stored_focused_view_storage_id_; -#if defined(OS_WIN) // The window associated with this focus manager. - HWND root_; -#endif + gfx::NativeView root_; // Used to allow setting the focus on an HWND without changing the currently // focused view. -- cgit v1.1