| Index: chrome/browser/ui/autofill/autofill_popup_controller.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_controller.h b/chrome/browser/ui/autofill/autofill_popup_controller.h
|
| index 768c548fc39ace1543bab13fa6a1284681ed2998..16bf3da84cd0a0c880b235aaa4bbce5ce6588c22 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_controller.h
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller.h
|
| @@ -15,6 +15,7 @@ namespace gfx {
|
| class Font;
|
| class Point;
|
| class Rect;
|
| +class RectF;
|
| }
|
|
|
| // This interface provides data to an AutofillPopupView.
|
| @@ -59,7 +60,7 @@ class AutofillPopupController {
|
| virtual gfx::NativeView container_view() const = 0;
|
|
|
| // The bounds of the form field element (screen coordinates).
|
| - virtual const gfx::Rect& element_bounds() const = 0;
|
| + virtual const gfx::RectF& element_bounds() const = 0;
|
|
|
| // The main labels for each autofill item.
|
| virtual const std::vector<string16>& names() const = 0;
|
|
|