| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index e6bea1ceeade31d0bfb169701f438c01c5ec7c50..fd0ba8b533b75e5c35a360e0c10e0a2a6f6025b8 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -577,6 +577,9 @@ public:
|
| void setScrollTranslation(PassRefPtr<TransformPaintPropertyNode> scrollTranslation) { m_scrollTranslation = scrollTranslation; }
|
| const TransformPaintPropertyNode* scrollTranslation() const { return m_scrollTranslation.get(); }
|
|
|
| + // TODO(ojan): Merge this with IntersectionObserver once it lands.
|
| + IntRect computeVisibleArea();
|
| +
|
| protected:
|
| // Scroll the content via the compositor.
|
| bool scrollContentsFastPath(const IntSize& scrollDelta);
|
|
|