| Index: ui/views/corewm/tooltip.h
|
| diff --git a/ui/views/corewm/tooltip.h b/ui/views/corewm/tooltip.h
|
| index b8e6803a17234806284ce1265ee9b3616443ba96..387fa3c51d3a01e67d3c0699659319fad3830fa3 100644
|
| --- a/ui/views/corewm/tooltip.h
|
| +++ b/ui/views/corewm/tooltip.h
|
| @@ -26,8 +26,7 @@ class VIEWS_EXPORT Tooltip {
|
| virtual ~Tooltip() {}
|
|
|
| // Returns the max width of the tooltip when shown at the specified location.
|
| - virtual int GetMaxWidth(const gfx::Point& location,
|
| - aura::Window* context) const = 0;
|
| + virtual int GetMaxWidth(const gfx::Point& location) const = 0;
|
|
|
| // Updates the text on the tooltip and resizes to fit.
|
| virtual void SetText(aura::Window* window,
|
|
|