| 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 4d0b6ba9a6f89a203b944deb16c160f5449a7548..cf299c9c7d814462058d69d5031ecc79404c5c8b 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) {
|
|
|