Index: content/browser/browser_plugin/old/browser_plugin_host.cc |
diff --git a/content/browser/browser_plugin/old/browser_plugin_host.cc b/content/browser/browser_plugin/old/browser_plugin_host.cc |
index 3d822eb144adc83528366389b08692ca6b1ad023..9d18ba3e176905f62799dba0f48f9adeb1b73293 100644 |
--- a/content/browser/browser_plugin/old/browser_plugin_host.cc |
+++ b/content/browser/browser_plugin/old/browser_plugin_host.cc |
@@ -57,7 +57,7 @@ void BrowserPluginHost::RegisterContainerInstance( |
guests_by_container_id_[container_id] = observer; |
} |
-bool BrowserPluginHost::TakeFocus(bool reverse) { |
+bool BrowserPluginHost::TakeFocus(WebContents* web_contents, bool reverse) { |
embedder_render_process_host()->Send( |
new OldBrowserPluginMsg_AdvanceFocus(instance_id(), reverse)); |
return true; |