| Index: chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc
|
| diff --git a/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc b/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc
|
| index 33272c1da37ccadb90a18ff2e324e36c03da5397..16fba3c22e5f582e7d67588a84d66f46d8514839 100644
|
| --- a/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc
|
| +++ b/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc
|
| @@ -53,7 +53,7 @@ class PasswordRow : public views::View {
|
| }
|
| virtual ~PasswordRow() {}
|
|
|
| - virtual bool HitTestRect(const gfx::Rect& rect) const OVERRIDE {
|
| + virtual bool HitTestRect(const gfx::RectF& rect) const OVERRIDE {
|
| // Have parent do event handling.
|
| return false;
|
| }
|
|
|