Define gfx::AcceleratedWidget to be uint64_t instead of NSView*
https://chromium-review.googlesource.com/c/chromium/src/+/792295
This commit is contained in:
parent
c4b8e106c0
commit
4068a62fa6
1 changed files with 1 additions and 1 deletions
|
@ -1079,7 +1079,7 @@ gfx::NativeWindow NativeWindowMac::GetNativeWindow() const {
|
||||||
}
|
}
|
||||||
|
|
||||||
gfx::AcceleratedWidget NativeWindowMac::GetAcceleratedWidget() const {
|
gfx::AcceleratedWidget NativeWindowMac::GetAcceleratedWidget() const {
|
||||||
return [window_ contentView];
|
return gfx::kNullAcceleratedWidget;
|
||||||
}
|
}
|
||||||
|
|
||||||
void NativeWindowMac::SetProgressBar(double progress,
|
void NativeWindowMac::SetProgressBar(double progress,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue