Use internal IsVisible method

This commit is contained in:
Kevin Sawicki 2017-02-14 13:14:35 -08:00 committed by Kevin Sawicki
parent db79f4f450
commit 52801c4a41
3 changed files with 8 additions and 10 deletions

View file

@ -205,7 +205,7 @@ NativeWindowViews::NativeWindowViews(
if (parent)
params.parent = parent->GetNativeWindow();
params.native_widget = new AtomDesktopNativeWidgetAura(window_.get(), this);
params.native_widget = new AtomDesktopNativeWidgetAura(window_.get());
atom_desktop_window_tree_host_win_ = new AtomDesktopWindowTreeHostWin(
this,
window_.get(),