| 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 c0226c98d7ccadbd7a1d6061e9ed5337804b914e..36c3e550737ee516d877dce8105891c1d0e705b5 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -2333,7 +2333,7 @@ void FrameView::updateScrollCorner()
|
|
|
| if (cornerStyle) {
|
| if (!m_scrollCorner)
|
| - m_scrollCorner = LayoutScrollbarPart::createAnonymous(doc);
|
| + m_scrollCorner = LayoutScrollbarPart::createAnonymous(doc, this);
|
| m_scrollCorner->setStyleWithWritingModeOfParent(cornerStyle.release());
|
| setScrollCornerNeedsPaintInvalidation();
|
| } else if (m_scrollCorner) {
|
|
|