| Index: components/autofill/renderer/autofill_agent.h
|
| diff --git a/components/autofill/renderer/autofill_agent.h b/components/autofill/renderer/autofill_agent.h
|
| index 3303b604ece10cc5612d406e790d9ea9d923fe30..741e909dd8c1f8f91c844d7fd8985e47417a2617 100644
|
| --- a/components/autofill/renderer/autofill_agent.h
|
| +++ b/components/autofill/renderer/autofill_agent.h
|
| @@ -74,9 +74,11 @@ class AutofillAgent : public content::RenderViewObserver,
|
| virtual void FocusedNodeChanged(const WebKit::WebNode& node) OVERRIDE;
|
|
|
| // PageClickListener:
|
| - virtual void InputElementClicked(const WebKit::WebInputElement& element,
|
| - bool was_focused,
|
| - bool is_focused) OVERRIDE;
|
| + virtual void InputElementClicked(
|
| + const WebKit::WebInputElement& element,
|
| + bool was_focused,
|
| + bool is_focused,
|
| + InputEventSource input_event_source) OVERRIDE;
|
| virtual void InputElementLostFocus() OVERRIDE;
|
|
|
| // WebKit::WebAutofillClient:
|
|
|