| Index: content/browser/web_contents/web_contents_view_aura.cc
|
| diff --git a/content/browser/web_contents/web_contents_view_aura.cc b/content/browser/web_contents/web_contents_view_aura.cc
|
| index 6350c41b23e04e6dd148acbc6915ab386b889e5d..787de9323dd4eab08b647ebf56078e75485f1eab 100644
|
| --- a/content/browser/web_contents/web_contents_view_aura.cc
|
| +++ b/content/browser/web_contents/web_contents_view_aura.cc
|
| @@ -563,7 +563,7 @@ void WebContentsViewAura::OnWindowDestroying() {
|
| void WebContentsViewAura::OnWindowDestroyed() {
|
| }
|
|
|
| -void WebContentsViewAura::OnWindowVisibilityChanged(bool visible) {
|
| +void WebContentsViewAura::OnWindowTargetVisibilityChanged(bool visible) {
|
| if (visible)
|
| web_contents_->WasShown();
|
| else
|
|
|