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

@ -27,7 +27,8 @@ MenuMac::MenuMac(v8::Isolate* isolate, v8::Local<v8::Object> wrapper)
weak_factory_(this) {
}
void MenuMac::PopupAt(Window* window, int x, int y, int positioning_item,
void MenuMac::PopupAt(BrowserWindow* window,
int x, int y, int positioning_item,
const base::Closure& callback) {
NativeWindow* native_window = window->window();
if (!native_window)