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 899dadbf0598cd1fdfe9be02d3eba73f9ec685e4..2e20e1d5b31785c49b2c0a79281ffe9685ae4076 100644 |
--- a/content/browser/web_contents/web_contents_view_win.cc |
+++ b/content/browser/web_contents/web_contents_view_win.cc |
@@ -237,7 +237,8 @@ void WebContentsViewWin::SetPageTitle(const string16& title) { |
void WebContentsViewWin::RenderViewCreated(RenderViewHost* host) { |
} |
-void WebContentsViewWin::RenderViewSwappedIn(RenderViewHost* host) { |
+void WebContentsViewWin::RenderViewSwappedIn(RenderViewHost* new_host, |
+ RenderViewHost* old_host) { |
} |
void WebContentsViewWin::ShowContextMenu( |