| Index: third_party/WebKit/public/web/WebExternalPopupMenu.h
|
| diff --git a/third_party/WebKit/public/web/WebExternalPopupMenu.h b/third_party/WebKit/public/web/WebExternalPopupMenu.h
|
| index 44a2e8b85a56d6e761e5559baf7cdde35b06d82d..22c89b17bf2fb27cc311854d92db8509a8c9a7bb 100644
|
| --- a/third_party/WebKit/public/web/WebExternalPopupMenu.h
|
| +++ b/third_party/WebKit/public/web/WebExternalPopupMenu.h
|
| @@ -38,6 +38,8 @@ struct WebRect;
|
| class WebExternalPopupMenu {
|
| public:
|
| virtual void show(const WebRect& bounds) = 0;
|
| + // Close the popup menu widget. This function should not call
|
| + // WebExternalPopupMenuClient functions.
|
| virtual void close() = 0;
|
| };
|
|
|
|
|