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

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

Issue 2565863002: IntersectionObserver: use post task inside of resume(). (Closed)
Patch Set: Added test 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/dom/IntersectionObserverController.h
diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserverController.h b/third_party/WebKit/Source/core/dom/IntersectionObserverController.h
index c081ca8265d3985cbabfc7b74606e3f376f6ca44..bafbc53518328af7da5d14e9df5c2dd53ad2be8e 100644
--- a/third_party/WebKit/Source/core/dom/IntersectionObserverController.h
+++ b/third_party/WebKit/Source/core/dom/IntersectionObserverController.h
@@ -39,6 +39,7 @@ class IntersectionObserverController
private:
explicit IntersectionObserverController(Document*);
+ void postTaskToDeliverObservations();
private:
// IntersectionObservers for which this is the tracking document.

Powered by Google App Engine
This is Rietveld 408576698