| Index: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| index 6e9341571268e182f0a263f976d974bba90e58a4..5ba25a8fdee4bff2c47eab9de4d093e6609fadee 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| @@ -220,6 +220,7 @@ public:
|
| bool shouldPlaceVerticalScrollbarOnLeft() const override;
|
| int pageStep(ScrollbarOrientation) const override;
|
| ScrollBehavior scrollBehaviorStyle() const override;
|
| + CompositorAnimationTimeline* compositorAnimationTimeline() const override;
|
|
|
| double scrollXOffset() const { return m_scrollOffset.width() + scrollOrigin().x(); }
|
| double scrollYOffset() const { return m_scrollOffset.height() + scrollOrigin().y(); }
|
|
|