| Index: chrome/browser/ui/views/avatar_menu_button.h
|
| diff --git a/chrome/browser/ui/views/avatar_menu_button.h b/chrome/browser/ui/views/avatar_menu_button.h
|
| index ad8a90965ed55e848de5bdf8c065117d30bb48a1..54b6452eccd0bce87980e1fbacfe160e2518403c 100644
|
| --- a/chrome/browser/ui/views/avatar_menu_button.h
|
| +++ b/chrome/browser/ui/views/avatar_menu_button.h
|
| @@ -39,7 +39,7 @@ class AvatarMenuButton : public views::MenuButton,
|
|
|
| // views::MenuButton:
|
| virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
|
| - virtual bool HitTest(const gfx::Point& point) const OVERRIDE;
|
| + virtual bool HitTestRect(const gfx::Rect& rect) const OVERRIDE;
|
|
|
| virtual void SetAvatarIcon(const gfx::Image& icon,
|
| bool is_gaia_picture);
|
|
|