Rename api::Window to api::BrowserWindow
This commit is contained in:
parent
7365a45948
commit
973647eaa2
10 changed files with 327 additions and 306 deletions
|
@ -21,7 +21,8 @@ class MenuViews : public Menu {
|
|||
MenuViews(v8::Isolate* isolate, v8::Local<v8::Object> wrapper);
|
||||
|
||||
protected:
|
||||
void PopupAt(Window* window, int x, int y, int positioning_item,
|
||||
void PopupAt(BrowserWindow* window,
|
||||
int x, int y, int positioning_item,
|
||||
const base::Closure& callback) override;
|
||||
void ClosePopupAt(int32_t window_id) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue