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 cad77ca6630b119da8d16e74ae1a14dfe6691869..bfa64decd8174c5c068f72a8a29e7c2dd201b10b 100644 |
--- a/third_party/WebKit/Source/core/html/forms/HiddenInputType.h |
+++ b/third_party/WebKit/Source/core/html/forms/HiddenInputType.h |
@@ -58,7 +58,10 @@ class HiddenInputType final : public InputType, private InputTypeView { |
ValueMode valueMode() const override; |
bool isInteractiveContent() const override { return false; } |
bool shouldRespectHeightAndWidthAttributes() override; |
- void setValue(const String&, bool, TextFieldEventBehavior) override; |
+ void setValue(const String&, |
+ bool, |
+ TextFieldEventBehavior, |
+ TextControlSetValueSelection) override; |
void appendToFormData(FormData&) const override; |
}; |