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

Unified Diff: third_party/WebKit/Source/core/html/HTMLFormControlElement.h

Issue 2623513005: Introduce Element::AttributeModificationParams (Closed)
Patch Set: Created 3 years, 11 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/HTMLFormControlElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLFormControlElement.h b/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
index 933acecfb78f36e5ecff923c5480beac3fe13b33..3902398e620242a75274be44b44728421055daa4 100644
--- a/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLFormControlElement.h
@@ -135,13 +135,8 @@ class CORE_EXPORT HTMLFormControlElement : public LabelableElement,
protected:
HTMLFormControlElement(const QualifiedName& tagName, Document&);
- void attributeChanged(const QualifiedName&,
- const AtomicString&,
- const AtomicString&,
- AttributeModificationReason) override;
- void parseAttribute(const QualifiedName&,
- const AtomicString&,
- const AtomicString&) override;
+ void attributeChanged(const AttributeModificationParams&) override;
+ void parseAttribute(const AttributeModificationParams&) override;
virtual void requiredAttributeChanged();
virtual void disabledAttributeChanged();
void attachLayoutTree(const AttachContext& = AttachContext()) override;

Powered by Google App Engine
This is Rietveld 408576698