| Index: Source/core/html/forms/InputType.h
|
| diff --git a/Source/core/html/forms/InputType.h b/Source/core/html/forms/InputType.h
|
| index fe0f4d3331154455542be62557688458bf27a11b..e82ee95958fbdbeb93baadd48f0324082109f0f4 100644
|
| --- a/Source/core/html/forms/InputType.h
|
| +++ b/Source/core/html/forms/InputType.h
|
| @@ -204,6 +204,7 @@ public:
|
| virtual String serialize(const Decimal&) const;
|
|
|
| virtual bool supportsIndeterminateAppearance() const;
|
| + virtual bool shouldAppearIndeterminate() const;
|
|
|
| virtual bool supportsInputModeAttribute() const;
|
|
|
|
|