| 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 {}
|
|
|