| 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 f84cbdffc7de654c0048b8835782404072286764..d15b870e722a2f36edcdf7fa17f635f31e88fee4 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 | 
| @@ -50,8 +50,9 @@ class PasswordRow : public views::View { | 
| } | 
| virtual ~PasswordRow() {} | 
|  | 
| -  virtual bool HitTestRect(const gfx::Rect& rect) const OVERRIDE { | 
| -    // Have parent do event handling. | 
| +  // views::View: | 
| +  virtual bool CanProcessEventsWithinSubtree() const OVERRIDE { | 
| +    // Send events to the parent view for handling. | 
| return false; | 
| } | 
|  | 
|  |