| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index 4e44017bb31be1e9e973df281a7f24a76292cfb6..79bca8460689789e739a0f81d67231d5d71e6b38 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -509,7 +509,7 @@ PassRefPtrWillBeRawPtr<Scrollbar> FrameView::createScrollbar(ScrollbarOrientatio
|
| return LayoutScrollbar::createCustomScrollbar(this, orientation, customScrollbarElement, customScrollbarFrame);
|
|
|
| // Nobody set a custom style, so we just use a native scrollbar.
|
| - return Scrollbar::create(this, orientation, RegularScrollbar);
|
| + return Scrollbar::create(this, orientation, RegularScrollbar, &frame().page()->chromeClient());
|
| }
|
|
|
| void FrameView::setContentsSize(const IntSize& size)
|
|
|