| Index: third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/InputType.cpp b/third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| index c45096bc85a1331301fe062e2fc86771d323de3e..9f1bbb83129426498c11a43008550c54bddec26f 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| @@ -645,6 +645,10 @@ const AtomicString& InputType::defaultAutocapitalize() const {
|
|
|
| void InputType::copyNonAttributeProperties(const HTMLInputElement&) {}
|
|
|
| +void InputType::onAttachWithLayoutObject() {}
|
| +
|
| +void InputType::onDetachWithLayoutObject() {}
|
| +
|
| bool InputType::shouldAppearIndeterminate() const {
|
| return false;
|
| }
|
|
|