| 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 c10ec79e8b30cbdf1f781c21f2e364c67c0c94e1..5e1cd751f37909144240a811091817055e5d786a 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
|
| @@ -1884,7 +1884,7 @@ bool PaintLayerScrollableArea::visualViewportSuppliesScrollbars() const {
|
| controller.globalRootScroller()) == this;
|
| }
|
|
|
| -Widget* PaintLayerScrollableArea::getWidget() {
|
| +FrameViewBase* PaintLayerScrollableArea::getWidget() {
|
| return box().frame()->view();
|
| }
|
|
|
|
|