| Index: Source/core/html/forms/BaseDateAndTimeInputType.h
|
| diff --git a/Source/core/html/forms/BaseDateAndTimeInputType.h b/Source/core/html/forms/BaseDateAndTimeInputType.h
|
| index 0360eedd132afe8aa09ddf1f3ad019f6af57d51f..501cecc27d2ba955f8756ec7976d09e9dc57ca5e 100644
|
| --- a/Source/core/html/forms/BaseDateAndTimeInputType.h
|
| +++ b/Source/core/html/forms/BaseDateAndTimeInputType.h
|
| @@ -53,6 +53,7 @@ protected:
|
| String serializeWithComponents(const DateComponents&) const;
|
| virtual bool setMillisecondToDateComponents(double, DateComponents*) const = 0;
|
| virtual String visibleValue() const OVERRIDE;
|
| + virtual bool supportsSelectionAPI() const OVERRIDE;
|
|
|
| private:
|
| virtual bool parseToDateComponentsInternal(const String&, DateComponents*) const = 0;
|
|
|