Index: content/public/browser/web_contents_delegate.cc |
diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc |
index 0e9d39028e0fad430ad8b8e5fa074aca86b91725..34732db1e640d6ff5f4a7776fa564bb5807b58e5 100644 |
--- a/content/public/browser/web_contents_delegate.cc |
+++ b/content/public/browser/web_contents_delegate.cc |
@@ -59,7 +59,7 @@ bool WebContentsDelegate::ShouldFocusPageAfterCrash() { |
return true; |
} |
-bool WebContentsDelegate::TakeFocus(bool reverse) { |
+bool WebContentsDelegate::TakeFocus(WebContents* soruce, bool reverse) { |
return false; |
} |
@@ -106,6 +106,7 @@ void WebContentsDelegate::ViewSourceForFrame(WebContents* source, |
} |
bool WebContentsDelegate::PreHandleKeyboardEvent( |
+ WebContents* source, |
const NativeWebKeyboardEvent& event, |
bool* is_keyboard_shortcut) { |
return false; |