Index: content/browser/web_contents/web_contents_view_win.cc |
diff --git a/content/browser/web_contents/web_contents_view_win.cc b/content/browser/web_contents/web_contents_view_win.cc |
index 8f14e28a811594b3f1991e03c2bfb0ed775d5378..4ed4a17790662e223178de7bb4960a81a36f0ef8 100644 |
--- a/content/browser/web_contents/web_contents_view_win.cc |
+++ b/content/browser/web_contents/web_contents_view_win.cc |
@@ -390,7 +390,7 @@ LRESULT WebContentsViewWin::OnWindowPosChanged( |
// The WebContents was shown by a means other than the user selecting a |
// Tab, e.g. the window was minimized then restored. |
if (window_pos->flags & SWP_SHOWWINDOW) |
- web_contents_->WasRestored(); |
+ web_contents_->WasShown(); |
RenderWidgetHostView* rwhv = web_contents_->GetRenderWidgetHostView(); |
if (rwhv) { |