| 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 e84a880be6b85ba68390090e8d44b7492ec6b007..79062e672cc1a72fa08f46fe0ea480550c2c9ee6 100644
|
| --- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h
|
| +++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
|
| @@ -314,7 +314,7 @@ class AutofillDialogViews : public AutofillDialogView,
|
| virtual void OnMouseReleased(const ui::MouseEvent& event) OVERRIDE;
|
| virtual void OnGestureEvent(ui::GestureEvent* event) OVERRIDE;
|
| // This is needed because not all events percolate up the views hierarchy.
|
| - virtual View* GetEventHandlerForRect(const gfx::Rect& rect) OVERRIDE;
|
| + virtual View* GetEventHandlerForRect(const gfx::RectF& rect) OVERRIDE;
|
|
|
| private:
|
| // Converts |event| to one suitable for |proxy_button_|.
|
|
|