diff options
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. |