Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(469)

Unified Diff: third_party/WebKit/Source/web/WebPagePopupImpl.cpp

Issue 1382593004: Allow out-of-process iframes to update the mouse cursor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments addressed Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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));

Powered by Google App Engine
This is Rietveld 408576698