| Index: chrome/browser/ui/views/autofill/autofill_dialog_views.cc
|
| diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
|
| index 7a38f8e4a23ad3b05db659ca4a0d00a86077fd2a..6c62dce4220d36accf92af9d7151b0d07fc3fc02 100644
|
| --- a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
|
| +++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
|
| @@ -933,7 +933,7 @@ void AutofillDialogViews::SectionContainer::OnGestureEvent(
|
| }
|
|
|
| views::View* AutofillDialogViews::SectionContainer::GetEventHandlerForRect(
|
| - const gfx::Rect& rect) {
|
| + const gfx::RectF& rect) {
|
| // TODO(tdanderson): Modify this function to support rect-based event
|
| // targeting.
|
|
|
|
|