| 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..c3ba258e32e81e51ce17fc560a1ed2a3dcf3bf37 100644
|
| --- a/Source/core/html/shadow/DateTimeFieldElement.h
|
| +++ b/Source/core/html/shadow/DateTimeFieldElement.h
|
| @@ -59,6 +59,7 @@ public:
|
| virtual bool isFieldOwnerDisabled() const = 0;
|
| virtual bool isFieldOwnerReadOnly() const = 0;
|
| virtual AtomicString localeIdentifier() const = 0;
|
| + virtual void fieldOwnerDidReleaseMouseCapture() = 0;
|
| };
|
|
|
| virtual void defaultEventHandler(Event*) OVERRIDE;
|
|
|