| 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 50fd3d3933e01ff32bc6967c40c3340359df691c..cad77ca6630b119da8d16e74ae1a14dfe6691869 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/HiddenInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/HiddenInputType.h
|
| @@ -55,7 +55,7 @@ class HiddenInputType final : public InputType, private InputTypeView {
|
| LayoutObject* createLayoutObject(const ComputedStyle&) const override;
|
| void accessKeyAction(bool sendMouseEvents) override;
|
| bool layoutObjectIsNeeded() override;
|
| - bool storesValueSeparateFromAttribute() override;
|
| + ValueMode valueMode() const override;
|
| bool isInteractiveContent() const override { return false; }
|
| bool shouldRespectHeightAndWidthAttributes() override;
|
| void setValue(const String&, bool, TextFieldEventBehavior) override;
|
|
|