Chromium Code Reviews| Index: third_party/WebKit/public/web/WebWidget.h |
| diff --git a/third_party/WebKit/public/web/WebWidget.h b/third_party/WebKit/public/web/WebWidget.h |
| index 4dae362cddce6a367577b5c35ed1a5c488d30abc..4f3aa2789f5d4b8686d8c8248013666a5ab51e3e 100644 |
| --- a/third_party/WebKit/public/web/WebWidget.h |
| +++ b/third_party/WebKit/public/web/WebWidget.h |
| @@ -224,6 +224,9 @@ class WebWidget { |
| return false; |
| } |
| + // Called by client to request showing the context menu. |
| + virtual void ShowContextMenu() {} |
| + |
| protected: |
| ~WebWidget() {} |
| }; |