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

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

Issue 2378503002: Observe visibility of password inputs, for HTTP-bad phase 1 (Closed)
Patch Set: rebase Created 4 years, 2 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
Index: third_party/WebKit/Source/core/html/forms/TextFieldInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/TextFieldInputType.h b/third_party/WebKit/Source/core/html/forms/TextFieldInputType.h
index 976e10a43041513e61b1c86bc81028d35f3f1c7f..3a5441e261f4ddb7613378b9c6ad0c44826fc60c 100644
--- a/third_party/WebKit/Source/core/html/forms/TextFieldInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/TextFieldInputType.h
@@ -69,6 +69,7 @@ class TextFieldInputType : public InputType,
bool valueChanged,
TextFieldEventBehavior) override;
void updateView() override;
+ LayoutObject* createLayoutObject(const ComputedStyle&) const override;
virtual bool needsContainer() const { return false; }
virtual String convertFromVisibleValue(const String&) const;
@@ -87,7 +88,6 @@ class TextFieldInputType : public InputType,
void handleBeforeTextInsertedEvent(BeforeTextInsertedEvent*) override;
void forwardEvent(Event*) final;
bool shouldSubmitImplicitly(Event*) final;
- LayoutObject* createLayoutObject(const ComputedStyle&) const override;
bool shouldRespectListAttribute() override;
void listAttributeTargetChanged() override;
void updatePlaceholderText() final;

Powered by Google App Engine
This is Rietveld 408576698