Chromium Code Reviews| Index: third_party/WebKit/public/web/WebView.h |
| diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h |
| index f00b7ac598ef73f780a4f09017106810874ab04d..bdd7ab322f5aaddbc363137c8b5667e213f552f2 100644 |
| --- a/third_party/WebKit/public/web/WebView.h |
| +++ b/third_party/WebKit/public/web/WebView.h |
| @@ -390,7 +390,7 @@ class WebView : protected WebWidget { |
| virtual void PerformCustomContextMenuAction(unsigned action) = 0; |
| // Shows a context menu for the currently focused element. |
| - virtual void ShowContextMenu() = 0; |
| + virtual void ShowContextMenu(bool from_touch_handle) = 0; |
|
yosin_UTC9
2017/05/10 04:39:49
It seems pass around a reason of context menu invo
|
| // Notify that context menu has been closed. |
| virtual void DidCloseContextMenu() = 0; |