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

Unified Diff: third_party/WebKit/Source/core/html/HTMLFrameElementBase.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/HTMLFrameElementBase.h
diff --git a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
index afc2e779c47307addc5c2f98b6647baa3f00b853..2369fe5c8815455545c8da30cf7de35fdaf4f747 100644
--- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
+++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
@@ -41,9 +41,7 @@ class CORE_EXPORT HTMLFrameElementBase : public HTMLFrameOwnerElement {
protected:
HTMLFrameElementBase(const QualifiedName&, Document&);
- void parseAttribute(const QualifiedName&,
- const AtomicString&,
- const AtomicString&) override;
+ void parseAttribute(const AttributeModificationParams&) override;
InsertionNotificationRequest insertedInto(ContainerNode*) override;
void didNotifySubtreeInsertionsToDocument() final;
void attachLayoutTree(const AttachContext& = AttachContext()) override;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLFrameElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698