| Index: ui/wm/public/tooltip_client.h
|
| diff --git a/ui/wm/public/tooltip_client.h b/ui/wm/public/tooltip_client.h
|
| index f58a63e12a6b8ecd164c3011c67425fb2c289c68..77095153b6e95ae6cb72558a3c4538718654d63d 100644
|
| --- a/ui/wm/public/tooltip_client.h
|
| +++ b/ui/wm/public/tooltip_client.h
|
| @@ -21,8 +21,7 @@ class ScopedTooltipDisabler;
|
| class AURA_EXPORT TooltipClient {
|
| public:
|
| // Returns the max width of the tooltip when shown at the specified location.
|
| - virtual int GetMaxWidth(const gfx::Point& point,
|
| - aura::Window* context) const = 0;
|
| + virtual int GetMaxWidth(const gfx::Point& point) const = 0;
|
|
|
| // Informs the shell tooltip manager of change in tooltip for window |target|.
|
| virtual void UpdateTooltip(Window* target) = 0;
|
|
|