| 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..6414307d7303cd4cdc1936559866f232d35dce0a 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* localRoot) override {}
|
| Cursor lastSetCursorForTesting() const override { return pointerCursor(); }
|
|
|
| void attachRootGraphicsLayer(GraphicsLayer*, LocalFrame* localRoot) override {}
|
|
|