refactor: rename TopLevelWindow to BaseWindow (#24305)

This commit is contained in:
Cheng Zhao
2020-06-29 16:06:20 +09:00
committed by GitHub
parent 80e5007c47
commit ef3579eae3
21 changed files with 433 additions and 451 deletions

View File

@@ -23,7 +23,7 @@ class MenuMac : public Menu {
explicit MenuMac(gin::Arguments* args);
~MenuMac() override;
void PopupAt(TopLevelWindow* window,
void PopupAt(BaseWindow* window,
int x,
int y,
int positioning_item,