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

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

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.h
diff --git a/third_party/WebKit/Source/core/html/forms/InputType.h b/third_party/WebKit/Source/core/html/forms/InputType.h
index 2dceb74c33911e712632aeca644e73ac7aa4a5f5..1ac710b6b3935683f5f7b0ff1e7c03f1cbb5e9b2 100644
--- a/third_party/WebKit/Source/core/html/forms/InputType.h
+++ b/third_party/WebKit/Source/core/html/forms/InputType.h
@@ -197,6 +197,8 @@ class CORE_EXPORT InputType : public GarbageCollectedFinalized<InputType> {
virtual bool supportsAutocapitalize() const;
virtual const AtomicString& defaultAutocapitalize() const;
virtual void copyNonAttributeProperties(const HTMLInputElement&);
+ virtual void onAttachWithLayoutObject();
+ virtual void onDetachWithLayoutObject();
// Parses the specified string for the type, and return
// the Decimal value for the parsing result if the parsing
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLInputElement.cpp ('k') | third_party/WebKit/Source/core/html/forms/InputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698