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

Unified Diff: Source/core/dom/Element.h

Issue 351923005: Refactoring activity logger. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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
« no previous file with comments | « no previous file | Source/core/dom/Element.cpp » ('j') | Source/core/html/HTMLAnchorElement.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index 8a92a302ae83de24bfae0496f44ba511faaf6753..9108c80d5cd96b47d07b24f6df75167c6c5f880d 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -292,6 +292,7 @@ public:
};
// This method is called whenever an attribute is added, changed or removed.
+ virtual void attributeWillChange(const QualifiedName&, const AtomicString&, const AtomicString&) { }
virtual void attributeChanged(const QualifiedName&, const AtomicString&, AttributeModificationReason = ModifiedDirectly);
virtual void parseAttribute(const QualifiedName&, const AtomicString&);
« no previous file with comments | « no previous file | Source/core/dom/Element.cpp » ('j') | Source/core/html/HTMLAnchorElement.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698