Index: chrome/browser/extensions/api/tab_capture/offscreen_tab.cc |
diff --git a/chrome/browser/extensions/api/tab_capture/offscreen_tab.cc b/chrome/browser/extensions/api/tab_capture/offscreen_tab.cc |
index 4e115a7245a22d6da46ed7ee4243c08bfc4406d9..e460693648ca6a9cfce5eb1e77729a749e6937cc 100644 |
--- a/chrome/browser/extensions/api/tab_capture/offscreen_tab.cc |
+++ b/chrome/browser/extensions/api/tab_capture/offscreen_tab.cc |
@@ -288,8 +288,9 @@ bool OffscreenTab::CanDragEnter( |
bool OffscreenTab::ShouldCreateWebContents( |
WebContents* contents, |
- int route_id, |
- int main_frame_route_id, |
+ int32 route_id, |
+ int32 main_frame_route_id, |
+ int32 main_frame_widget_route_id, |
WindowContainerType window_container_type, |
const std::string& frame_name, |
const GURL& target_url, |