| Index: third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp b/third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp
|
| index 90db9aaf92fcc29032fce52ab2d32d6c741289d6..d5b5bac792673987a9e5813a5308e7dbc69b9612 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp
|
| @@ -99,7 +99,7 @@ LayoutBox* LayoutScrollbar::styleSource() const {
|
| : 0;
|
| }
|
|
|
| -void LayoutScrollbar::setParent(Widget* parent) {
|
| +void LayoutScrollbar::setParent(FrameViewBase* parent) {
|
| Scrollbar::setParent(parent);
|
| if (!parent) {
|
| // Destroy all of the scrollbar's LayoutBoxes.
|
|
|