| Index: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| index cbef21c1da6b811035f544fc47e7df85278d4d2b..632f22baaa07665d9f41519e789b558eac7727ce 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| @@ -1659,6 +1659,10 @@ LayoutRect PaintLayerScrollableArea::scrollIntoView(
|
| return intersect;
|
| }
|
|
|
| +ClientRectList* PaintLayerScrollableArea::nonFastScrollableRects() const {
|
| + return layer()->nonFastScrollableRects();
|
| +}
|
| +
|
| void PaintLayerScrollableArea::updateScrollableAreaSet(bool hasOverflow) {
|
| LocalFrame* frame = box().frame();
|
| if (!frame)
|
|
|