| Index: views/widget/tooltip_manager_win.h
|
| ===================================================================
|
| --- views/widget/tooltip_manager_win.h (revision 90643)
|
| +++ views/widget/tooltip_manager_win.h (working copy)
|
| @@ -62,6 +62,11 @@
|
| explicit TooltipManagerWin(Widget* widget);
|
| virtual ~TooltipManagerWin();
|
|
|
| + // Initializes the TooltipManager returning whether initialization was
|
| + // successful. If this returns false the TooltipManager should be destroyed
|
| + // and not used.
|
| + bool Init();
|
| +
|
| // Notification that the view hierarchy has changed in some way.
|
| virtual void UpdateTooltip();
|
|
|
| @@ -79,8 +84,6 @@
|
| LRESULT OnNotify(int w_param, NMHDR* l_param, bool* handled);
|
|
|
| protected:
|
| - virtual void Init();
|
| -
|
| // Returns the Widget we're showing tooltips for.
|
| gfx::NativeView GetParent();
|
|
|
|
|