| 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 072c00c4d91f43ff3806d42ec4ee9d82b4255a9e..3991e6328d95e9a69e1fba303d579b674ac0992c 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_->WasRestored();
|
| else
|
|
|