| 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 0f5a9899dd0d0ef9a9960fe7689876bb6839adf3..003da4f23bd64b3ef3c0b3afe04d3ad07a242040 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -2320,7 +2320,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) {
|
|
|