| Index: Source/core/html/shadow/DateTimeFieldElement.h
|
| diff --git a/Source/core/html/shadow/DateTimeFieldElement.h b/Source/core/html/shadow/DateTimeFieldElement.h
|
| index 66ff3b7918420bd95c5a121a1cdfc86e74b0e66e..52c569fc923a178addd505e5c98d385c49d7b6b9 100644
|
| --- a/Source/core/html/shadow/DateTimeFieldElement.h
|
| +++ b/Source/core/html/shadow/DateTimeFieldElement.h
|
| @@ -79,8 +79,6 @@ public:
|
|
|
| protected:
|
| DateTimeFieldElement(Document&, FieldOwner&);
|
| - virtual void didBlur();
|
| - virtual void didFocus();
|
| void focusOnNextField();
|
| virtual void handleKeyboardEvent(KeyboardEvent*) = 0;
|
| void initialize(const AtomicString& pseudo, const String& axHelpText, int axMinimum, int axMaximum);
|
| @@ -90,6 +88,9 @@ protected:
|
| virtual int valueAsInteger() const = 0;
|
| virtual int valueForARIAValueNow() const;
|
|
|
| + // Node functions.
|
| + virtual void setFocus(bool) OVERRIDE;
|
| +
|
| private:
|
| void defaultKeyboardEventHandler(KeyboardEvent*);
|
| virtual bool isDateTimeFieldElement() const OVERRIDE FINAL;
|
|
|