Chromium Code Reviews| Index: ui/views/corewm/tooltip_win.cc |
| diff --git a/ui/views/corewm/tooltip_win.cc b/ui/views/corewm/tooltip_win.cc |
| index 34ea1711c342862199152e5bed9cd4a12c2f3e1e..92ab8472a836a1cd4ef606952d730660155337f2 100644 |
| --- a/ui/views/corewm/tooltip_win.cc |
| +++ b/ui/views/corewm/tooltip_win.cc |
| @@ -151,5 +151,9 @@ bool TooltipWin::IsVisible() { |
| return showing_; |
| } |
| +gfx::Point TooltipWin::GetTooltipPosition() { |
| + return location_; |
| +} |
| + |
| } // namespace corewm |
| } // namespace views |