| Index: third_party/WebKit/Source/core/html/forms/PasswordInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/PasswordInputType.h b/third_party/WebKit/Source/core/html/forms/PasswordInputType.h
|
| index 4976e49ae3ef793d4797559f4b6633770c0d532c..220411cfbb582970d8f62abf6705d50a6da65333 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/PasswordInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/PasswordInputType.h
|
| @@ -50,7 +50,8 @@ class PasswordInputType final : public BaseTextInputType {
|
| bool shouldRespectListAttribute() override;
|
| void enableSecureTextInput() override;
|
| void disableSecureTextInput() override;
|
| - LayoutObject* createLayoutObject(const ComputedStyle&) const override;
|
| + void onAttachWithLayoutObject() override;
|
| + void onDetachWithLayoutObject() override;
|
| };
|
|
|
| } // namespace blink
|
|
|