summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/forms/date_time_edit_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/forms/date_time_edit_element.h')
-rw-r--r--chromium/third_party/blink/renderer/core/html/forms/date_time_edit_element.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/forms/date_time_edit_element.h b/chromium/third_party/blink/renderer/core/html/forms/date_time_edit_element.h
index c2e7ab39c6e..0fcacc50303 100644
--- a/chromium/third_party/blink/renderer/core/html/forms/date_time_edit_element.h
+++ b/chromium/third_party/blink/renderer/core/html/forms/date_time_edit_element.h
@@ -139,7 +139,8 @@ class DateTimeEditElement final : public HTMLDivElement,
void UpdateUIState();
// Element function.
- scoped_refptr<ComputedStyle> CustomStyleForLayoutObject() override;
+ scoped_refptr<ComputedStyle> CustomStyleForLayoutObject(
+ const StyleRecalcContext&) override;
bool IsDateTimeEditElement() const override;
// DateTimeFieldElement::FieldOwner functions.