| Index: components/autofill/content/renderer/form_autofill_util.cc
|
| diff --git a/components/autofill/content/renderer/form_autofill_util.cc b/components/autofill/content/renderer/form_autofill_util.cc
|
| index 8c62c8b753a13f225ca55a74337e12de95cf7c95..93aeaa0fb16e9331e1095107a77fdc600201cb0f 100644
|
| --- a/components/autofill/content/renderer/form_autofill_util.cc
|
| +++ b/components/autofill/content/renderer/form_autofill_util.cc
|
| @@ -1364,7 +1364,7 @@ bool IsWebElementEmpty(const blink::WebElement& element) {
|
| return true;
|
| }
|
|
|
| -gfx::RectF GetScaledBoundingBox(float scale, WebFormControlElement* element) {
|
| +gfx::RectF GetScaledBoundingBox(float scale, WebElement* element) {
|
| gfx::Rect bounding_box(element->boundsInViewportSpace());
|
| return gfx::RectF(bounding_box.x() * scale,
|
| bounding_box.y() * scale,
|
|
|