| Index: third_party/WebKit/Source/web/ChromeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| index cbf8f15a823ae8215958a23d0c21b2553d7fce8f..474525e21b305b44c018d70640122ea68e0d65b0 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -168,6 +168,7 @@ public:
|
| void openTextDataListChooser(HTMLInputElement&) override;
|
| void textFieldDataListChanged(HTMLInputElement&) override;
|
| void ajaxSucceeded(LocalFrame*) override;
|
| + void passwordFieldBecameVisible(HTMLInputElement&) override;
|
|
|
| void didCancelCompositionOnSelectionChange() override;
|
| void willSetInputMethodState() override;
|
|
|