Chromium Code Reviews| 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; |
|
Ilya Sherman
2013/06/06 09:25:35
This change seems completely unrelated to PSL doma
nyquist
2013/06/07 22:51:10
Done. See https://codereview.chromium.org/16049009
|
| virtual void InputElementLostFocus() OVERRIDE; |
| // WebKit::WebAutofillClient: |