| Index: chrome/browser/ui/views/avatar_menu_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/avatar_menu_bubble_view.cc b/chrome/browser/ui/views/avatar_menu_bubble_view.cc
|
| index 0e2716fa04d2fa0c1476d4c2efbc6ef80f55ade3..02d834c493a2d960200c792490eca8659e701d5b 100644
|
| --- a/chrome/browser/ui/views/avatar_menu_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/avatar_menu_bubble_view.cc
|
| @@ -184,10 +184,10 @@ void EditProfileLink::OnBlur() {
|
| // them instead.
|
| class ProfileImageView : public views::ImageView {
|
| public:
|
| - virtual bool HitTest(const gfx::Point& l) const OVERRIDE;
|
| + virtual bool HitTestRect(const gfx::Rect& rect) const OVERRIDE;
|
| };
|
|
|
| -bool ProfileImageView::HitTest(const gfx::Point& l) const {
|
| +bool ProfileImageView::HitTestRect(const gfx::Rect& rect) const {
|
| return false;
|
| }
|
|
|
|
|