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

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

Issue 2622193002: Dispatch slotchange events in "notify mutation observers" steps (Closed)
Patch Set: fixed 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/MutationObserver.h
diff --git a/third_party/WebKit/Source/core/dom/MutationObserver.h b/third_party/WebKit/Source/core/dom/MutationObserver.h
index 6b35d7312eb4cd89833b85ed2231b91c3dee1c95..7c7e8c23725a49ab3cb716d61f688d3cb74215ae 100644
--- a/third_party/WebKit/Source/core/dom/MutationObserver.h
+++ b/third_party/WebKit/Source/core/dom/MutationObserver.h
@@ -40,7 +40,9 @@
namespace blink {
+class Document;
class ExceptionState;
+class HTMLSlotElement;
class MutationCallback;
class MutationObserver;
class MutationObserverInit;
@@ -81,6 +83,8 @@ class CORE_EXPORT MutationObserver final
static MutationObserver* create(MutationCallback*);
static void resumeSuspendedObservers();
static void deliverMutations();
+ static void enqueueSlotChange(HTMLSlotElement&);
+ static void cleanSlotChangeList(Document&);
~MutationObserver();
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | third_party/WebKit/Source/core/dom/MutationObserver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698