summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/forms/range_input_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/forms/range_input_type.h')
-rw-r--r--chromium/third_party/blink/renderer/core/html/forms/range_input_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/forms/range_input_type.h b/chromium/third_party/blink/renderer/core/html/forms/range_input_type.h
index 0c22a327616..2dc25f5ee34 100644
--- a/chromium/third_party/blink/renderer/core/html/forms/range_input_type.h
+++ b/chromium/third_party/blink/renderer/core/html/forms/range_input_type.h
@@ -31,6 +31,7 @@
#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_HTML_FORMS_RANGE_INPUT_TYPE_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_HTML_FORMS_RANGE_INPUT_TYPE_H_
+#include "third_party/blink/renderer/core/dom/events/simulated_click_options.h"
#include "third_party/blink/renderer/core/html/forms/input_type.h"
#include "third_party/blink/renderer/core/html/forms/input_type_view.h"
@@ -61,13 +62,12 @@ class RangeInputType final : public InputType, public InputTypeView {
bool IsSteppable() const override;
void HandleMouseDownEvent(MouseEvent&) override;
void HandleKeydownEvent(KeyboardEvent&) override;
- bool TypeShouldForceLegacyLayout() const override;
LayoutObject* CreateLayoutObject(const ComputedStyle&,
LegacyLayout) const override;
void CreateShadowSubtree() override;
Decimal ParseToNumber(const String&, const Decimal&) const override;
String Serialize(const Decimal&) const override;
- void AccessKeyAction(bool send_mouse_events) override;
+ void AccessKeyAction(SimulatedClickCreationScope creation_scope) override;
void SanitizeValueInResponseToMinOrMaxAttributeChange() override;
void StepAttributeChanged() override;
void WarnIfValueIsInvalid(const String&) const override;