| Index: third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| index ed3206894791f17612ce2ef3a0080714097173b7..bbf3db694943f95b77ca63bc8e8d5966fc370678 100644
|
| --- a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| @@ -157,7 +157,7 @@ private:
|
| return IntSize(0, 0);
|
| }
|
|
|
| - void setCursor(const Cursor& cursor) override
|
| + void setCursor(const Cursor& cursor, LocalFrame* localRoot) override
|
| {
|
| if (m_popup->m_webView->client())
|
| m_popup->m_webView->client()->didChangeCursor(WebCursorInfo(cursor));
|
|
|