| 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 719839f2c93c775b1776f49f470398e491b68acb..33a4b6e90fc5ebc002faab50943b6a5150ded9ff 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -261,6 +261,7 @@ public:
|
| unsigned inactiveForegroundColor) override;
|
| void performCustomContextMenuAction(unsigned action) override;
|
| void showContextMenu() override;
|
| + void didCloseContextMenu() override;
|
| void extractSmartClipData(WebRect, WebString&, WebString&, WebRect&) override;
|
| void hidePopups() override;
|
| void setPageOverlayColor(WebColor) override;
|
|
|