summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/forms/text_input_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/forms/text_input_type.h')
-rw-r--r--chromium/third_party/blink/renderer/core/html/forms/text_input_type.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/forms/text_input_type.h b/chromium/third_party/blink/renderer/core/html/forms/text_input_type.h
index 012d79470f9..2032439eb3f 100644
--- a/chromium/third_party/blink/renderer/core/html/forms/text_input_type.h
+++ b/chromium/third_party/blink/renderer/core/html/forms/text_input_type.h
@@ -39,8 +39,9 @@ class TextInputType final : public BaseTextInputType {
public:
static InputType* Create(HTMLInputElement&);
- private:
TextInputType(HTMLInputElement& element) : BaseTextInputType(element) {}
+
+ private:
void CountUsage() override;
const AtomicString& FormControlType() const override;
bool SupportsInputModeAttribute() const override;