Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1143)

Unified Diff: Source/core/html/forms/NumberInputType.h

Issue 926113005: Remove InputType::shouldRespectSpeechAttribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/forms/InputType.cpp ('k') | Source/core/html/forms/NumberInputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/NumberInputType.h
diff --git a/Source/core/html/forms/NumberInputType.h b/Source/core/html/forms/NumberInputType.h
index 8885535fea4ec75586442ddd52450350de549861..87c534598ad4d26cb09f0d3616bd0ffa56b85027 100644
--- a/Source/core/html/forms/NumberInputType.h
+++ b/Source/core/html/forms/NumberInputType.h
@@ -65,7 +65,6 @@ private:
virtual String badInputText() const override;
virtual String rangeOverflowText(const Decimal& maxmum) const override;
virtual String rangeUnderflowText(const Decimal& minimum) const override;
- virtual bool shouldRespectSpeechAttribute() override;
virtual bool supportsPlaceholder() const override;
virtual void minOrMaxAttributeChanged() override;
virtual void stepAttributeChanged() override;
« no previous file with comments | « Source/core/html/forms/InputType.cpp ('k') | Source/core/html/forms/NumberInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698