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

Unified Diff: Source/core/html/TelephoneInputType.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/TelephoneInputType.h ('k') | Source/core/html/TextInputType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/TelephoneInputType.cpp
diff --git a/Source/core/html/TelephoneInputType.cpp b/Source/core/html/TelephoneInputType.cpp
index 815fd8d900e129f03cf5e1a776380daa08fab14f..e0f99c6f6d7e580df71b208988f1026d070f607f 100644
--- a/Source/core/html/TelephoneInputType.cpp
+++ b/Source/core/html/TelephoneInputType.cpp
@@ -41,9 +41,8 @@ PassOwnPtr<InputType> TelephoneInputType::create(HTMLInputElement* element)
return adoptPtr(new TelephoneInputType(element));
}
-void TelephoneInputType::attach()
+void TelephoneInputType::countUsage()
{
- TextFieldInputType::attach();
observeFeatureIfVisible(UseCounter::InputTypeTel);
}
« no previous file with comments | « Source/core/html/TelephoneInputType.h ('k') | Source/core/html/TextInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698