| Index: third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| index 87912f4dc4075a9a6434fa63c0f0d6473ea73688..2e4521985d680c273ee8c44eb2a4662315c1f84e 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| @@ -128,6 +128,7 @@ public:
|
|
|
| virtual CompositorAnimationTimeline* compositorAnimationTimeline() const { return nullptr; }
|
|
|
| + // See Source/core/layout/README.md for an explanation of scroll origin.
|
| const IntPoint& scrollOrigin() const { return m_scrollOrigin; }
|
| bool scrollOriginChanged() const { return m_scrollOriginChanged; }
|
|
|
|
|