| Index: third_party/WebKit/Source/core/html/forms/HiddenInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/HiddenInputType.h b/third_party/WebKit/Source/core/html/forms/HiddenInputType.h
|
| index cf578621c63aa0346b7a8044fe72463ad9da46b9..6b75cfea584532c9b441def8ae9293b4f36dfaf2 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/HiddenInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/HiddenInputType.h
|
| @@ -49,8 +49,7 @@ class HiddenInputType final : public InputType, private InputTypeView {
|
| : InputType(element), InputTypeView(element) {}
|
| InputTypeView* CreateView() override;
|
| const AtomicString& FormControlType() const override;
|
| - FormControlState SaveFormControlState() const override;
|
| - void RestoreFormControlState(const FormControlState&) override;
|
| + bool ShouldSaveAndRestoreFormControlState() const override;
|
| bool SupportsValidation() const override;
|
| LayoutObject* CreateLayoutObject(const ComputedStyle&) const override;
|
| void AccessKeyAction(bool send_mouse_events) override;
|
|
|