| 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 731829e7bdbadbcc668983a68091f45f35982dc6..ed8e808a86a01bfc8889d89ae611f66233fc10c5 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 {}
|
|
|