| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index 5718d39d8faf2c5858411f133b6b3e8aebd44b43..6f5e6c4bc60acf63b74e35b11d353ba2fe807e5f 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -230,7 +230,7 @@ class WEB_EXPORT WebViewImpl final
|
| unsigned inactive_background_color,
|
| unsigned inactive_foreground_color) override;
|
| void PerformCustomContextMenuAction(unsigned action) override;
|
| - void ShowContextMenu() override;
|
| + void ShowContextMenu(bool from_touch_handle) override;
|
| void DidCloseContextMenu() override;
|
| void HidePopups() override;
|
| void SetPageOverlayColor(WebColor) override;
|
|
|