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

Unified Diff: third_party/WebKit/Source/core/html/HTMLBodyElement.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/HTMLBodyElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLBodyElement.h b/third_party/WebKit/Source/core/html/HTMLBodyElement.h
index 6c5b3706e18205f09baf0d3e946439d4d1e859df..eaa1e92242429a0f5a14aac541079b447e4bacd9 100644
--- a/third_party/WebKit/Source/core/html/HTMLBodyElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLBodyElement.h
@@ -50,9 +50,7 @@ class CORE_EXPORT HTMLBodyElement final : public HTMLElement {
private:
explicit HTMLBodyElement(Document&);
- void parseAttribute(const QualifiedName&,
- const AtomicString&,
- const AtomicString&) override;
+ void parseAttribute(const AttributeModificationParams&) override;
bool isPresentationAttribute(const QualifiedName&) const override;
void collectStyleForPresentationAttribute(const QualifiedName&,
const AtomicString&,
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLBaseElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLBodyElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698