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

Unified Diff: third_party/WebKit/Source/core/svg/SVGElement.h

Issue 2586143004: Blur immediately if an attribute change made an element unfocasable. (Closed)
Patch Set: Update comments and a function name Created 4 years 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/svg/SVGElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGElement.h b/third_party/WebKit/Source/core/svg/SVGElement.h
index abba52e2ad5ba07c8cc9d6aaa5b59a7ba064dbe3..1d96eab3322de23f64af65ca97db96f8039ca560 100644
--- a/third_party/WebKit/Source/core/svg/SVGElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGElement.h
@@ -215,11 +215,10 @@ class CORE_EXPORT SVGElement : public Element {
const AtomicString&,
const AtomicString&) override;
- void attributeChanged(
- const QualifiedName&,
- const AtomicString&,
- const AtomicString&,
- AttributeModificationReason = ModifiedDirectly) override;
+ void attributeChanged(const QualifiedName&,
+ const AtomicString&,
+ const AtomicString&,
+ AttributeModificationReason) override;
void collectStyleForPresentationAttribute(const QualifiedName&,
const AtomicString&,
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLSlotElement.h ('k') | third_party/WebKit/Source/core/svg/SVGElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698