Index: chrome/browser/extensions/api/tab_capture/offscreen_tab.h |
diff --git a/chrome/browser/extensions/api/tab_capture/offscreen_tab.h b/chrome/browser/extensions/api/tab_capture/offscreen_tab.h |
index 94ffeb3ed105618dbad8a7d4a65e599e3bf38136..6c2e632d9f594a0379731ca2aae0ce68d9d177e5 100644 |
--- a/chrome/browser/extensions/api/tab_capture/offscreen_tab.h |
+++ b/chrome/browser/extensions/api/tab_capture/offscreen_tab.h |
@@ -139,8 +139,9 @@ class OffscreenTab : protected content::WebContentsDelegate, |
blink::WebDragOperationsMask operations_allowed) final; |
bool ShouldCreateWebContents( |
content::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, |