fix: ensure popup and closepopup are posted in order (#20114)

This commit is contained in:
Shelley Vohr 2019-09-05 13:37:09 -07:00 committed by John Kleinschmidt
parent 8a0a41b9ef
commit 20e3c519dd
2 changed files with 9 additions and 1 deletions

View file

@ -35,6 +35,7 @@ class MenuMac : public Menu {
int positioning_item,
base::Closure callback);
void ClosePopupAt(int32_t window_id) override;
void ClosePopupOnUI(int32_t window_id);
private:
friend class Menu;