| Index: third_party/WebKit/Source/core/page/ChromeClient.h
|
| diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| index c1572f2927fecd491095cdf9e46e66bf6954ce1f..1ac13468861c65ef58c6fb515086ed19d3e0b3ae 100644
|
| --- a/third_party/WebKit/Source/core/page/ChromeClient.h
|
| +++ b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| @@ -260,6 +260,8 @@ public:
|
| virtual void textFieldDataListChanged(HTMLInputElement&) { }
|
| virtual void ajaxSucceeded(LocalFrame*) { }
|
|
|
| + virtual void passwordFieldBecameVisible(HTMLInputElement&) {}
|
| +
|
| // Input method editor related functions.
|
| virtual void didCancelCompositionOnSelectionChange() { }
|
| virtual void willSetInputMethodState() { }
|
|
|