Added getNativeWindowHandle
This commit is contained in:
parent
9e254821bb
commit
3f0c007578
6 changed files with 14 additions and 1 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue