Index: third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h |
diff --git a/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h b/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h |
index 630c742155e304c7bfee3ab6946c57918f26c5dc..b4614a217f1e9d24f02acd5f7c73513b00c9da08 100644 |
--- a/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h |
+++ b/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.h |
@@ -61,7 +61,10 @@ class BaseCheckableInputType : public InputType, public InputTypeView { |
void accessKeyAction(bool sendMouseEvents) final; |
bool matchesDefaultPseudoClass() override; |
ValueMode valueMode() const override; |
- void setValue(const String&, bool, TextFieldEventBehavior) final; |
+ void setValue(const String&, |
+ bool, |
+ TextFieldEventBehavior, |
+ TextControlSetValueSelection) final; |
void readingChecked() const final; |
bool isCheckable() final; |
bool shouldDispatchFormControlChangeEvent(String&, String&) override; |