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

Unified Diff: third_party/WebKit/Source/core/html/forms/PasswordInputType.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/PasswordInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/PasswordInputType.h b/third_party/WebKit/Source/core/html/forms/PasswordInputType.h
index 4976e49ae3ef793d4797559f4b6633770c0d532c..220411cfbb582970d8f62abf6705d50a6da65333 100644
--- a/third_party/WebKit/Source/core/html/forms/PasswordInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/PasswordInputType.h
@@ -50,7 +50,8 @@ class PasswordInputType final : public BaseTextInputType {
bool shouldRespectListAttribute() override;
void enableSecureTextInput() override;
void disableSecureTextInput() override;
- LayoutObject* createLayoutObject(const ComputedStyle&) const override;
+ void onAttachWithLayoutObject() override;
+ void onDetachWithLayoutObject() override;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698