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 976e10a43041513e61b1c86bc81028d35f3f1c7f..3a5441e261f4ddb7613378b9c6ad0c44826fc60c 100644 |
--- a/third_party/WebKit/Source/core/html/forms/TextFieldInputType.h |
+++ b/third_party/WebKit/Source/core/html/forms/TextFieldInputType.h |
@@ -69,6 +69,7 @@ class TextFieldInputType : public InputType, |
bool valueChanged, |
TextFieldEventBehavior) override; |
void updateView() override; |
+ LayoutObject* createLayoutObject(const ComputedStyle&) const override; |
virtual bool needsContainer() const { return false; } |
virtual String convertFromVisibleValue(const String&) const; |
@@ -87,7 +88,6 @@ class TextFieldInputType : public InputType, |
void handleBeforeTextInsertedEvent(BeforeTextInsertedEvent*) override; |
void forwardEvent(Event*) final; |
bool shouldSubmitImplicitly(Event*) final; |
- LayoutObject* createLayoutObject(const ComputedStyle&) const override; |
bool shouldRespectListAttribute() override; |
void listAttributeTargetChanged() override; |
void updatePlaceholderText() final; |