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

Unified Diff: Source/core/html/WeekInputType.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/URLInputType.cpp ('k') | Source/core/html/WeekInputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/WeekInputType.h
diff --git a/Source/core/html/WeekInputType.h b/Source/core/html/WeekInputType.h
index 5aa3ea7424e14db2ed6d57455b7f8335a62c8907..10818a4fc63dc35063c15896d992a39d2f4324a0 100644
--- a/Source/core/html/WeekInputType.h
+++ b/Source/core/html/WeekInputType.h
@@ -48,7 +48,7 @@ public:
private:
WeekInputType(HTMLInputElement* element) : BaseWeekInputType(element) { }
- virtual void attach() OVERRIDE;
+ virtual void countUsage() OVERRIDE;
virtual const AtomicString& formControlType() const OVERRIDE;
virtual DateComponents::Type dateType() const OVERRIDE;
virtual StepRange createStepRange(AnyStepHandling) const OVERRIDE;
« no previous file with comments | « Source/core/html/URLInputType.cpp ('k') | Source/core/html/WeekInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698