summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/forms/base_button_input_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/forms/base_button_input_type.h')
-rw-r--r--chromium/third_party/blink/renderer/core/html/forms/base_button_input_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/forms/base_button_input_type.h b/chromium/third_party/blink/renderer/core/html/forms/base_button_input_type.h
index e0310279d72..b048c471560 100644
--- a/chromium/third_party/blink/renderer/core/html/forms/base_button_input_type.h
+++ b/chromium/third_party/blink/renderer/core/html/forms/base_button_input_type.h
@@ -54,6 +54,7 @@ class BaseButtonInputType : public InputType,
InputTypeView* CreateView() override;
bool ShouldSaveAndRestoreFormControlState() const override;
void AppendToFormData(FormData&) const override;
+ bool TypeShouldForceLegacyLayout() const override;
LayoutObject* CreateLayoutObject(const ComputedStyle&,
LegacyLayout) const override;
ValueMode GetValueMode() const override;