Index: ui/views/widget/native_widget_aura.cc |
diff --git a/ui/views/widget/native_widget_aura.cc b/ui/views/widget/native_widget_aura.cc |
index 1b2b5135f117827db6358ff476e60880d6cea2a4..6de58a7f5d7cf091a04d146e25bb634e3a856d99 100644 |
--- a/ui/views/widget/native_widget_aura.cc |
+++ b/ui/views/widget/native_widget_aura.cc |
@@ -855,7 +855,7 @@ void NativeWidgetAura::OnWindowDestroyed() { |
delete this; |
} |
-void NativeWidgetAura::OnWindowVisibilityChanged(bool visible) { |
+void NativeWidgetAura::OnWindowTargetVisibilityChanged(bool visible) { |
delegate_->OnNativeWidgetVisibilityChanged(visible); |
} |