Fix linux and mac build errors

This commit is contained in:
Omri Litov 2016-01-08 00:27:53 +02:00
parent 224955d6ac
commit 943e46f3bd
2 changed files with 4 additions and 4 deletions

View file

@ -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) {