| 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 5b9c4ff190e8b0cecdecb2e93d43c7bd8749ce3e..2be93438b1c55e5522f052fda9ce4a1f4fbda5ce 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -324,7 +324,7 @@ class EmptyContextMenuClient final : public ContextMenuClient {
|
| public:
|
| EmptyContextMenuClient() {}
|
| ~EmptyContextMenuClient() override {}
|
| - void showContextMenu(const ContextMenu*) override {}
|
| + void showContextMenu(const ContextMenu*, const Event*) override {}
|
| void clearContextMenu() override {}
|
| };
|
|
|
|
|