| Index: third_party/WebKit/Source/core/dom/IntersectionObservation.h
|
| diff --git a/third_party/WebKit/Source/core/dom/IntersectionObservation.h b/third_party/WebKit/Source/core/dom/IntersectionObservation.h
|
| index 702882a74411ef3e1cf1163e0f82985a87d8314a..7299922fc5ef8ac4000459652958b7e409c4460f 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObservation.h
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObservation.h
|
| @@ -14,6 +14,7 @@ class Element;
|
| class IntersectionObserver;
|
| class Node;
|
|
|
| +// TODO(oilpan): Switch to GarbageCollected<> after oilpan ships.
|
| class IntersectionObservation : public GarbageCollectedFinalized<IntersectionObservation> {
|
| public:
|
| IntersectionObservation(IntersectionObserver&, Element&, bool shouldReportRootBounds);
|
|
|