Index: Source/WebCore/html/shadow/DateTimeEditElement.h |
=================================================================== |
--- Source/WebCore/html/shadow/DateTimeEditElement.h (revision 137540) |
+++ Source/WebCore/html/shadow/DateTimeEditElement.h (working copy) |
@@ -128,6 +128,9 @@ |
void layout(const LayoutParameters&, const DateComponents&); |
void updateUIState(); |
+ // Element function. |
+ virtual PassRefPtr<RenderStyle> customStyleForRenderer() OVERRIDE; |
+ |
// DateTimeFieldElement::FieldOwner functions. |
virtual void didBlurFromField() OVERRIDE FINAL; |
virtual void didFocusOnField() OVERRIDE FINAL; |