Index: chrome/browser/extensions/api/tab_capture/offscreen_presentation.h |
diff --git a/chrome/browser/extensions/api/tab_capture/offscreen_presentation.h b/chrome/browser/extensions/api/tab_capture/offscreen_presentation.h |
index 03ca5c22810b3cbf2daf8cb9073895912bec0fe8..a926266782f14d6be9f8b2e77b1c0f61566c62ba 100644 |
--- a/chrome/browser/extensions/api/tab_capture/offscreen_presentation.h |
+++ b/chrome/browser/extensions/api/tab_capture/offscreen_presentation.h |
@@ -143,8 +143,9 @@ class OffscreenPresentation : 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, |