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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.h

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: Cleanup, disabled test on Android 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/core/loader/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index 1048eae8d8aa4e77401dee88582c1542fe4155e8..808fc0616fccef36af170f25b377fef28fe7675e 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -148,7 +148,7 @@ public:
void openFileChooser(LocalFrame*, PassRefPtr<FileChooser>) override;
- void setCursor(const Cursor&) override {}
+ void setCursor(const Cursor&, LocalFrame*) override {}
Cursor lastSetCursorForTesting() const override { return pointerCursor(); }
void attachRootGraphicsLayer(GraphicsLayer*, LocalFrame* localRoot) override {}

Powered by Google App Engine
This is Rietveld 408576698