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