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 defdb5293f83c5323c632da2f73d2f68aad6a3df..3e304c0f933dbb78d1d7f9f998f5e51650a5ce32 100644 |
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h |
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h |
@@ -373,7 +373,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_|. |