Define gfx::AcceleratedWidget to be uint64_t instead of NSView*

https://chromium-review.googlesource.com/c/chromium/src/+/792295
This commit is contained in:
deepak1556 2018-04-13 01:50:37 +05:30 committed by Samuel Attard
parent c4b8e106c0
commit 4068a62fa6

View file

@ -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,