| 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 ad12344db8b1cfbf858a4a2fdf608f5252a13dfa..76ed597bee085a09eb3cb1d087804cfcd41eb90a 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -2958,7 +2958,7 @@ void FrameView::setCursor(const Cursor& cursor)
|
| Page* page = frame().page();
|
| if (!page || !page->settings().deviceSupportsMouse())
|
| return;
|
| - page->chromeClient().setCursor(cursor);
|
| + page->chromeClient().setCursor(cursor, m_frame->localFrameRoot());
|
| }
|
|
|
| void FrameView::frameRectsChanged()
|
|
|