Added getNativeWindowHandle

This commit is contained in:
Omri Litov 2016-01-07 22:38:35 +02:00
parent 9e254821bb
commit 3f0c007578
6 changed files with 14 additions and 1 deletions

View file

@ -731,6 +731,10 @@ gfx::NativeWindow NativeWindowMac::GetNativeWindow() {
return window_;
}
gfx::AcceleratedWidget NativeWindowMac::GetAcceleratedWidget() {
return window_;
}
void NativeWindowMac::SetProgressBar(double progress) {
NSDockTile* dock_tile = [NSApp dockTile];