diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-26 21:54:53 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-26 21:54:53 +0000 |
commit | 70554e84d082f51ec6c04891c21942923370694c (patch) | |
tree | d643866fce27a612443e80e014e153388037ca93 /views/focus/focus_manager.h | |
parent | e88648a5287fe504f34b83b44b73fc081616c9b1 (diff) | |
download | chromium_src-70554e84d082f51ec6c04891c21942923370694c.zip chromium_src-70554e84d082f51ec6c04891c21942923370694c.tar.gz chromium_src-70554e84d082f51ec6c04891c21942923370694c.tar.bz2 |
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
Diffstat (limited to 'views/focus/focus_manager.h')
-rw-r--r-- | views/focus/focus_manager.h | 4 |
1 files changed, 1 insertions, 3 deletions
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. |