diff options
Diffstat (limited to 'views/widget/native_widget_aura.cc')
-rw-r--r-- | views/widget/native_widget_aura.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/widget/native_widget_aura.cc b/views/widget/native_widget_aura.cc index 91bf443..6b100b1 100644 --- a/views/widget/native_widget_aura.cc +++ b/views/widget/native_widget_aura.cc @@ -540,6 +540,9 @@ void NativeWidgetAura::OnPaint(gfx::Canvas* canvas) { void NativeWidgetAura::OnWindowDestroying() { delegate_->OnNativeWidgetDestroying(); + + // If the aura::Window is destroyed, we can no longer show tooltips. + tooltip_manager_.reset(); } void NativeWidgetAura::OnWindowDestroyed() { |