diff options
Diffstat (limited to 'views/widget')
-rw-r--r-- | views/widget/native_widget_aura.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/widget/native_widget_aura.cc b/views/widget/native_widget_aura.cc index d2462e7..c32811e 100644 --- a/views/widget/native_widget_aura.cc +++ b/views/widget/native_widget_aura.cc @@ -283,7 +283,7 @@ void NativeWidgetAura::ShowWithWindowState(ui::WindowShowState state) { } bool NativeWidgetAura::IsVisible() const { - return window_->visible(); + return window_->IsVisible(); } void NativeWidgetAura::Activate() { |