Fix linux and mac build errors
This commit is contained in:
parent
224955d6ac
commit
943e46f3bd
2 changed files with 4 additions and 4 deletions
|
@ -732,7 +732,7 @@ gfx::NativeWindow NativeWindowMac::GetNativeWindow() {
|
|||
}
|
||||
|
||||
gfx::AcceleratedWidget NativeWindowMac::GetAcceleratedWidget() {
|
||||
return window_;
|
||||
return inspectable_web_contents()->GetView()->GetNativeView();
|
||||
}
|
||||
|
||||
void NativeWindowMac::SetProgressBar(double progress) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue