| Index: third_party/WebKit/Source/platform/scroll/Scrollbar.cpp
|
| diff --git a/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp b/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp
|
| index 0cc3aa168cc781f4b65e8058ebfa727a2c691ea6..6384fd99b2e805f3f4908c73a8188bf01d711087 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp
|
| +++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp
|
| @@ -572,7 +572,7 @@ bool Scrollbar::IsWindowActive() const {
|
|
|
| IntPoint Scrollbar::ConvertFromRootFrame(
|
| const IntPoint& point_in_root_frame) const {
|
| - if (const FrameViewBase* parent = Parent()) {
|
| + if (const ScrollbarManager* parent = Parent()) {
|
| IntPoint parent_point = parent->ConvertFromRootFrame(point_in_root_frame);
|
| if (scrollable_area_) {
|
| return scrollable_area_->ConvertFromContainingFrameViewBaseToScrollbar(
|
|
|