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

Unified Diff: third_party/WebKit/Source/core/html/forms/InputType.cpp

Issue 2485803002: Use attach/detachLayoutTree to signal password counting (Closed)
Patch Set: fix DCHECK_GT Created 4 years, 1 month 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
Index: third_party/WebKit/Source/core/html/forms/InputType.cpp
diff --git a/third_party/WebKit/Source/core/html/forms/InputType.cpp b/third_party/WebKit/Source/core/html/forms/InputType.cpp
index c45096bc85a1331301fe062e2fc86771d323de3e..9f1bbb83129426498c11a43008550c54bddec26f 100644
--- a/third_party/WebKit/Source/core/html/forms/InputType.cpp
+++ b/third_party/WebKit/Source/core/html/forms/InputType.cpp
@@ -645,6 +645,10 @@ const AtomicString& InputType::defaultAutocapitalize() const {
void InputType::copyNonAttributeProperties(const HTMLInputElement&) {}
+void InputType::onAttachWithLayoutObject() {}
+
+void InputType::onDetachWithLayoutObject() {}
+
bool InputType::shouldAppearIndeterminate() const {
return false;
}
« no previous file with comments | « third_party/WebKit/Source/core/html/forms/InputType.h ('k') | third_party/WebKit/Source/core/html/forms/PasswordInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698