| 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 97525f353ee764abc8c1a48dcc6f326266bbe621..1a88eb548c02e0af3dec854330fdf0a606b40657 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)
|
|
|