| 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..ea9a049fe73590aa7afb1fe0f55bc490e7814d4c 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_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,
|
|
|