mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
Define gfx::AcceleratedWidget to be uint64_t instead of NSView*
https://chromium-review.googlesource.com/c/chromium/src/+/792295
This commit is contained in:
committed by
Samuel Attard
parent
c4b8e106c0
commit
4068a62fa6
@@ -1079,7 +1079,7 @@ gfx::NativeWindow NativeWindowMac::GetNativeWindow() const {
|
||||
}
|
||||
|
||||
gfx::AcceleratedWidget NativeWindowMac::GetAcceleratedWidget() const {
|
||||
return [window_ contentView];
|
||||
return gfx::kNullAcceleratedWidget;
|
||||
}
|
||||
|
||||
void NativeWindowMac::SetProgressBar(double progress,
|
||||
|
||||
Reference in New Issue
Block a user