| 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 663f5a15cb97403ec1ae4300e0952cfd6f0e85e6..33edb931a712a5d959363b932e69908d265e7680 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -2330,7 +2330,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) {
|
|
|