| 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 d53a8a73c432037dc734dc2e4868b9d675873f84..3fa41fea03c6eade8d4a3c9e1ddf7fcf4484629b 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -2950,7 +2950,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()
|
|
|