| Index: third_party/WebKit/Source/core/html/forms/InputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/InputType.h b/third_party/WebKit/Source/core/html/forms/InputType.h
|
| index 2dceb74c33911e712632aeca644e73ac7aa4a5f5..1ac710b6b3935683f5f7b0ff1e7c03f1cbb5e9b2 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/InputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/InputType.h
|
| @@ -197,6 +197,8 @@ class CORE_EXPORT InputType : public GarbageCollectedFinalized<InputType> {
|
| virtual bool supportsAutocapitalize() const;
|
| virtual const AtomicString& defaultAutocapitalize() const;
|
| virtual void copyNonAttributeProperties(const HTMLInputElement&);
|
| + virtual void onAttachWithLayoutObject();
|
| + virtual void onDetachWithLayoutObject();
|
|
|
| // Parses the specified string for the type, and return
|
| // the Decimal value for the parsing result if the parsing
|
|
|