Index: components/autofill/renderer/autofill_agent.h |
diff --git a/components/autofill/renderer/autofill_agent.h b/components/autofill/renderer/autofill_agent.h |
index 7d882b14ca38ca72d43eb5849e384c847ee27619..acbab9a432d6a2c7b0bf1766df3707a91a5c0791 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: |