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 2898f9c3d2d7c1b29a0ac4778ffdec4edceb3105..594ebf5fa48fc598fc7f65c897141c270b115d64 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -231,7 +231,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(WebMenuSourceType) override; |
void DidCloseContextMenu() override; |
void HidePopups() override; |
void SetPageOverlayColor(WebColor) override; |