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

Unified Diff: Source/core/html/WeekInputType.cpp

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/WeekInputType.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/WeekInputType.cpp
diff --git a/Source/core/html/WeekInputType.cpp b/Source/core/html/WeekInputType.cpp
index 467669679234ec5e5e5e8504b7f67b8813e09595..eb2bc1f94787661bd4db6e6ddef43ae7cb12fa7c 100644
--- a/Source/core/html/WeekInputType.cpp
+++ b/Source/core/html/WeekInputType.cpp
@@ -56,7 +56,7 @@ PassOwnPtr<InputType> WeekInputType::create(HTMLInputElement* element)
return adoptPtr(new WeekInputType(element));
}
-void WeekInputType::attach()
+void WeekInputType::countUsage()
{
observeFeatureIfVisible(UseCounter::InputTypeWeek);
}
« no previous file with comments | « Source/core/html/WeekInputType.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698