Index: views/widget/widget_win.cc |
=================================================================== |
--- views/widget/widget_win.cc (revision 17063) |
+++ views/widget/widget_win.cc (working copy) |
@@ -203,9 +203,9 @@ |
// that window controls in Chrome windows don't flicker when you move your |
// mouse over them. See comment in aero_tooltip_manager.h. |
if (win_util::ShouldUseVistaFrame()) { |
- tooltip_manager_.reset(new AeroTooltipManager(this, GetNativeView())); |
+ tooltip_manager_.reset(new AeroTooltipManager(this)); |
} else { |
- tooltip_manager_.reset(new TooltipManager(this, GetNativeView())); |
+ tooltip_manager_.reset(new TooltipManagerWin(this)); |
} |
// This message initializes the window so that focus border are shown for |