| Index: third_party/WebKit/Source/core/html/forms/BaseButtonInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/BaseButtonInputType.h b/third_party/WebKit/Source/core/html/forms/BaseButtonInputType.h
|
| index 4139d3a9956392069197d7da7e8ee977999dbd91..33ea33f593aae6c7c53d007fb80bea42e4704e8e 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/BaseButtonInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/BaseButtonInputType.h
|
| @@ -55,7 +55,7 @@ class BaseButtonInputType : public InputType,
|
| bool shouldSaveAndRestoreFormControlState() const override;
|
| void appendToFormData(FormData&) const override;
|
| LayoutObject* createLayoutObject(const ComputedStyle&) const override;
|
| - bool storesValueSeparateFromAttribute() override;
|
| + ValueMode valueMode() const override;
|
| void setValue(const String&, bool, TextFieldEventBehavior) override;
|
| bool matchesDefaultPseudoClass() override;
|
|
|
|
|