Chromium Code Reviews| 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 7299922fc5ef8ac4000459652958b7e409c4460f..063c17d6ac7eb326bcaa75dc615510463b055c65 100644 |
| --- a/third_party/WebKit/Source/core/dom/IntersectionObservation.h |
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObservation.h |
| @@ -32,9 +32,10 @@ public: |
| unsigned lastThresholdIndex() const { return m_lastThresholdIndex; } |
| void setLastThresholdIndex(unsigned index) { m_lastThresholdIndex = index; } |
| bool shouldReportRootBounds() const { return m_shouldReportRootBounds; } |
| - |
| void computeIntersectionObservations(double timestamp); |
| void disconnect(); |
| + void clearRootAndRemoveFromTarget(); |
| + |
|
sof
2016/01/19 06:10:54
nit: remove empty line.
szager1
2016/01/19 06:35:19
Done.
|
| DECLARE_TRACE(); |