| 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 c4084d3f33d6a014fb72a92c03cdf46c48b53bcc..0f90007f4f4d4adfcbb6dc4fae3d3eaffeaf275e 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 {}
|
| + bool showContextMenu(const ContextMenu*) override { return false; }
|
| void clearContextMenu() override {}
|
| };
|
|
|
|
|