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

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

Issue 23330003: Separate render-specific code in InputType::attach. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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/MonthInputType.cpp ('k') | Source/core/html/NumberInputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/NumberInputType.h
diff --git a/Source/core/html/NumberInputType.h b/Source/core/html/NumberInputType.h
index 866e87398829565b1dccfd9f85b5e16509cd07e2..4ed9d255879c2438f8a75b8eddc8cc0c4ae0de4a 100644
--- a/Source/core/html/NumberInputType.h
+++ b/Source/core/html/NumberInputType.h
@@ -43,7 +43,7 @@ public:
private:
NumberInputType(HTMLInputElement* element) : TextFieldInputType(element) { }
- virtual void attach() OVERRIDE;
+ virtual void countUsage() OVERRIDE;
virtual const AtomicString& formControlType() const OVERRIDE;
virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) OVERRIDE;
virtual double valueAsDouble() const OVERRIDE;
« no previous file with comments | « Source/core/html/MonthInputType.cpp ('k') | Source/core/html/NumberInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698