| Index: third_party/WebKit/Source/core/html/HTMLTextFormControlElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLTextFormControlElement.h b/third_party/WebKit/Source/core/html/HTMLTextFormControlElement.h
|
| index e032959d5118748620fe4b4a51c7934849edce3b..38627890a34d7efa5b26e61d383059c973ede08e 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTextFormControlElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTextFormControlElement.h
|
| @@ -97,6 +97,7 @@ public:
|
| bool lastChangeWasUserEdit() const;
|
| virtual void setInnerEditorValue(const String&);
|
| String innerEditorValue() const;
|
| + PassRefPtrWillBeRawPtr<Node> createPlaceholderBreakElement() const;
|
|
|
| String directionForFormData() const;
|
|
|
| @@ -131,7 +132,7 @@ protected:
|
| virtual void subtreeHasChanged() = 0;
|
|
|
| void setLastChangeWasNotUserEdit() { m_lastChangeWasUserEdit = false; }
|
| -
|
| + void addPlaceholderBreakElementIfNecessary();
|
| String valueWithHardLineBreaks() const;
|
|
|
| virtual bool shouldDispatchFormControlChangeEvent(String&, String&);
|
|
|