| 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 5f36438de4797e6000797c9cbed2219d2c383c4f..114f5251fa2d700340f2c23f4201ec6f62ef4f59 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| @@ -293,6 +293,7 @@ class CORE_EXPORT PaintLayerScrollableArea final
|
| int pageStep(ScrollbarOrientation) const override;
|
| ScrollBehavior scrollBehaviorStyle() const override;
|
| CompositorAnimationTimeline* compositorAnimationTimeline() const override;
|
| + void getTickmarks(Vector<IntRect>& rects) const override;
|
|
|
| void visibleSizeChanged();
|
|
|
|
|