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..cbb534af43134c358f10ca5930ac3ad405c7f31e 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_t route_id, |
+ int32_t main_frame_route_id, |
+ int32_t main_frame_widget_route_id, |
WindowContainerType window_container_type, |
const std::string& frame_name, |
const GURL& target_url, |