| Index: chrome/browser/ui/views/profiles/avatar_menu_button.h
|
| diff --git a/chrome/browser/ui/views/profiles/avatar_menu_button.h b/chrome/browser/ui/views/profiles/avatar_menu_button.h
|
| index 8c48b368bda32e84b83059af6487c4a2cc138bbf..29191ac79276ebaf8c5345d26a9070a139819b10 100644
|
| --- a/chrome/browser/ui/views/profiles/avatar_menu_button.h
|
| +++ b/chrome/browser/ui/views/profiles/avatar_menu_button.h
|
| @@ -38,7 +38,7 @@ class AvatarMenuButton : public views::MenuButton,
|
| // views::MenuButton:
|
| virtual const char* GetClassName() const OVERRIDE;
|
| virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
|
| - virtual bool HitTestRect(const gfx::Rect& rect) const OVERRIDE;
|
| + virtual bool HitTestRect(const gfx::RectF& rect) const OVERRIDE;
|
|
|
| // Sets the image for the avatar button. Rectangular images, as opposed
|
| // to Chrome avatar icons, will be resized and modified for the title bar.
|
|
|