| Index: third_party/WebKit/public/web/WebAutofillClient.h
|
| diff --git a/third_party/WebKit/public/web/WebAutofillClient.h b/third_party/WebKit/public/web/WebAutofillClient.h
|
| index 9b506bb24c86334dcbfdfc31f442fb78a4273801..effb3aaaeb40e9e0e83439f9a1ab4fce89d4fc7a 100644
|
| --- a/third_party/WebKit/public/web/WebAutofillClient.h
|
| +++ b/third_party/WebKit/public/web/WebAutofillClient.h
|
| @@ -36,6 +36,7 @@ namespace blink {
|
| class WebFormControlElement;
|
| class WebInputElement;
|
| class WebKeyboardEvent;
|
| +class WebNode;
|
|
|
| class WebAutofillClient {
|
| public:
|
| @@ -54,6 +55,9 @@ class WebAutofillClient {
|
| virtual void DidAssociateFormControlsDynamically() {}
|
| virtual void AjaxSucceeded() {}
|
|
|
| + virtual void DidCompleteFocusChangeInFrame() {}
|
| + virtual void DidReceiveLeftMouseDownOrGestureTapInNode(const WebNode&) {}
|
| +
|
| protected:
|
| virtual ~WebAutofillClient() {}
|
| };
|
|
|