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

Unified Diff: third_party/WebKit/Source/core/dom/SynchronousMutationNotifier.h

Issue 2641803003: Introduce SynchronousMutationObserver::didChangeAttribute() (Closed)
Patch Set: 2017-01-20T14:34:58 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/dom/SynchronousMutationNotifier.h
diff --git a/third_party/WebKit/Source/core/dom/SynchronousMutationNotifier.h b/third_party/WebKit/Source/core/dom/SynchronousMutationNotifier.h
index 813f2097cbe8aba08c885c1cf40476beab0389b2..2c1f4b26580cf1203fb105d1ce2c11eda95866f8 100644
--- a/third_party/WebKit/Source/core/dom/SynchronousMutationNotifier.h
+++ b/third_party/WebKit/Source/core/dom/SynchronousMutationNotifier.h
@@ -14,6 +14,7 @@ namespace blink {
class CharacterData;
class ContainerNode;
class Document;
+class Element;
class Node;
class NodeWithIndex;
class SynchronousMutationObserver;
@@ -22,8 +23,7 @@ class Text;
class CORE_EXPORT SynchronousMutationNotifier
: public LifecycleNotifier<Document, SynchronousMutationObserver> {
public:
- // TODO(yosin): We will have |notifyXXX()| functions defined in
- // |SynchronousMutationObserver|.
+ void notifyChangeAttribute(const Element&);
void notifyChangeChildren(const ContainerNode&);
void notifyMergeTextNodes(const Text& mergedNode,
const NodeWithIndex& nodeToBeRemovedWithIndex,
« no previous file with comments | « third_party/WebKit/Source/core/dom/Element.cpp ('k') | third_party/WebKit/Source/core/dom/SynchronousMutationNotifier.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698