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

Unified Diff: third_party/WebKit/Source/core/html/HTMLMeterElement.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/HTMLMeterElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLMeterElement.h b/third_party/WebKit/Source/core/html/HTMLMeterElement.h
index 41e82c3893918f1bc1d171a67e7e5b96aff15316..c6d54d9cb559e69703a44bb20a4c0f5cdd8ef0d7 100644
--- a/third_party/WebKit/Source/core/html/HTMLMeterElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMeterElement.h
@@ -74,9 +74,7 @@ class CORE_EXPORT HTMLMeterElement final : public LabelableElement {
bool supportLabels() const override { return true; }
LayoutObject* createLayoutObject(const ComputedStyle&) override;
- void parseAttribute(const QualifiedName&,
- const AtomicString&,
- const AtomicString&) override;
+ void parseAttribute(const AttributeModificationParams&) override;
void didElementStateChange();
void updateValueAppearance(double percentage);
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLMetaElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLMeterElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698