| 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 591da9f4054516f7a2869cd94890a4ed55c22e2d..ba65d8f3ff4ac3977e3559ff15888238bf2744a0 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(WebMenuSourceType) override;
|
| void DidCloseContextMenu() override;
|
| void HidePopups() override;
|
| void SetPageOverlayColor(WebColor) override;
|
|
|