Index: components/web_contents_delegate_android/web_contents_delegate_android.cc |
diff --git a/components/web_contents_delegate_android/web_contents_delegate_android.cc b/components/web_contents_delegate_android/web_contents_delegate_android.cc |
index 167d2d0509c256b45fd3d71bde1f1967ff8f9e79..a76a754609fe836e7e8f55fb237522803794deed 100644 |
--- a/components/web_contents_delegate_android/web_contents_delegate_android.cc |
+++ b/components/web_contents_delegate_android/web_contents_delegate_android.cc |
@@ -218,8 +218,10 @@ void WebContentsDelegateAndroid::RendererResponsive(WebContents* source) { |
bool WebContentsDelegateAndroid::ShouldCreateWebContents( |
WebContents* web_contents, |
- int route_id, |
- int main_frame_route_id, |
+ int32 route_id, |
+ int32 main_frame_route_id, |
+ int32 main_frame_widget_route_id, |
+ int32 surface_id, |
WindowContainerType window_container_type, |
const std::string& frame_name, |
const GURL& target_url, |