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

Unified Diff: third_party/WebKit/Source/core/html/HTMLSlotElement.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/HTMLSlotElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLSlotElement.h b/third_party/WebKit/Source/core/html/HTMLSlotElement.h
index f5f4aca971065f949a42a752caea190cf9271f10..609f822aad5882cce27db8376d441e122283342f 100644
--- a/third_party/WebKit/Source/core/html/HTMLSlotElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.h
@@ -77,10 +77,7 @@ class CORE_EXPORT HTMLSlotElement final : public HTMLElement {
void attachLayoutTree(const AttachContext& = AttachContext()) final;
void detachLayoutTree(const AttachContext& = AttachContext()) final;
- void attributeChanged(const QualifiedName&,
- const AtomicString& oldValue,
- const AtomicString& newValue,
- AttributeModificationReason) final;
+ void attributeChanged(const AttributeModificationParams&) final;
int tabIndex() const override;
AtomicString name() const;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLSelectElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLSlotElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698