Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2724)

Unified Diff: chrome/browser/ui/views/avatar_menu_button.h

Issue 10827198: Change View::HitTest to View::HitTestRect (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..007f934b3f858e542b5fbf9f21383023d2bf8fb5 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 HitTest(const gfx::Rect& rect) const OVERRIDE;
virtual void SetAvatarIcon(const gfx::Image& icon,
bool is_gaia_picture);

Powered by Google App Engine
This is Rietveld 408576698