| 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 a172946d81a98602e132dadf8a2bb795fe0dbdc9..a8cd0c368cf6e3f4833c6d9f6450754fac81772c 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| @@ -329,19 +329,6 @@ IntRect PaintLayerScrollableArea::ConvertFromScrollbarToContainingFrameViewBase(
|
| rect);
|
| }
|
|
|
| -IntRect PaintLayerScrollableArea::ConvertFromContainingFrameViewBaseToScrollbar(
|
| - const Scrollbar& scrollbar,
|
| - const IntRect& parent_rect) const {
|
| - LayoutView* view = Box().View();
|
| - if (!view)
|
| - return parent_rect;
|
| -
|
| - IntRect rect = view->GetFrameView()->ConvertToLayoutItem(
|
| - LayoutBoxItem(&Box()), parent_rect);
|
| - rect.Move(-ScrollbarOffset(scrollbar));
|
| - return rect;
|
| -}
|
| -
|
| IntPoint
|
| PaintLayerScrollableArea::ConvertFromScrollbarToContainingFrameViewBase(
|
| const Scrollbar& scrollbar,
|
|
|