| Index: components/autofill/content/browser/content_autofill_driver.h
|
| diff --git a/components/autofill/content/browser/content_autofill_driver.h b/components/autofill/content/browser/content_autofill_driver.h
|
| index b9e93299c463766963f25ee04cb71dbecf976eeb..61bc6902e4d73264ae00eed9651c86ed2a596cd3 100644
|
| --- a/components/autofill/content/browser/content_autofill_driver.h
|
| +++ b/components/autofill/content/browser/content_autofill_driver.h
|
| @@ -61,6 +61,8 @@ class ContentAutofillDriver : public AutofillDriver {
|
| void RendererShouldPreviewFieldWithValue(
|
| const base::string16& value) override;
|
| void PopupHidden() override;
|
| + gfx::RectF TransformBoundingBoxToViewportCoordinates(
|
| + const gfx::RectF& bounding_box) override;
|
|
|
| // Handles a message that came from the associated render frame.
|
| bool HandleMessage(const IPC::Message& message);
|
|
|