| Index: third_party/WebKit/Source/core/html/forms/TextFieldInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/TextFieldInputType.h b/third_party/WebKit/Source/core/html/forms/TextFieldInputType.h
|
| index 3a5441e261f4ddb7613378b9c6ad0c44826fc60c..fe0c91ff03e20e52fbf2e6eed6335dfb318d732a 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/TextFieldInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/TextFieldInputType.h
|
| @@ -82,6 +82,7 @@ class TextFieldInputType : public InputType,
|
|
|
| private:
|
| InputTypeView* createView() override;
|
| + ValueMode valueMode() const override;
|
| bool shouldShowFocusRingOnMouseFocus() const final;
|
| bool isTextField() const final;
|
| bool valueMissing(const String&) const override;
|
|
|