| 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 b469607e0b5e52e4c2dc1c04fa9d2a0e263f90d7..117509cda89ed192d7f48d14a5c3161d4acc1f09 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();
|
|
|
|
|