Index: chrome/browser/ui/views/autofill/autofill_dialog_views.h |
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.h b/chrome/browser/ui/views/autofill/autofill_dialog_views.h |
index 195ce66f43c028cbdcf04a0c5146425f4516f131..a01f0b2f3dc891a2f9d4e6c3f2ee84ab04cbf082 100644 |
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h |
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h |
@@ -372,7 +372,7 @@ class AutofillDialogViews : public AutofillDialogView, |
virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE; |
virtual void OnMouseReleased(const ui::MouseEvent& event) OVERRIDE; |
// This is needed because not all events percolate up the views hierarchy. |
- virtual View* GetEventHandlerForPoint(const gfx::Point& point) OVERRIDE; |
+ virtual View* GetEventHandlerForRect(const gfx::Rect& rect) OVERRIDE; |
private: |
// Converts |event| to one suitable for |proxy_button_|. |