| 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.
|
|
|