Rename api::Window to api::BrowserWindow
This commit is contained in:
parent
7365a45948
commit
973647eaa2
10 changed files with 327 additions and 306 deletions
|
@ -22,7 +22,8 @@ class MenuMac : public Menu {
|
|||
protected:
|
||||
MenuMac(v8::Isolate* isolate, v8::Local<v8::Object> wrapper);
|
||||
|
||||
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 PopupOnUI(const base::WeakPtr<NativeWindow>& native_window,
|
||||
int32_t window_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue