| Index: ui/views/corewm/tooltip_win.h
|
| diff --git a/ui/views/corewm/tooltip_win.h b/ui/views/corewm/tooltip_win.h
|
| index b031a3204ebb65d05bcd810375362f4b71f2e694..2624ff1b77206959ea80212a00278dbe20e0a9f6 100644
|
| --- a/ui/views/corewm/tooltip_win.h
|
| +++ b/ui/views/corewm/tooltip_win.h
|
| @@ -43,6 +43,7 @@ class VIEWS_EXPORT TooltipWin : public Tooltip {
|
| virtual void Show() OVERRIDE;
|
| virtual void Hide() OVERRIDE;
|
| virtual bool IsVisible() OVERRIDE;
|
| + virtual gfx::Point GetTooltipPosition() OVERRIDE;
|
|
|
| // The window |tooltip_hwnd_| is parented to.
|
| HWND parent_hwnd_;
|
|
|