Rename api::Window to api::BrowserWindow

This commit is contained in:
Cheng Zhao 2018-02-22 12:49:17 +09:00
parent 7365a45948
commit 973647eaa2
10 changed files with 327 additions and 306 deletions

View file

@ -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;