| Index: chrome/browser/extensions/api/tab_capture/offscreen_presentation.cc
|
| diff --git a/chrome/browser/extensions/api/tab_capture/offscreen_presentation.cc b/chrome/browser/extensions/api/tab_capture/offscreen_presentation.cc
|
| index 2ccd614b8035321582aac9c7c12777da22d06bdf..aa5f6e9b90fca153c84681ee83f3cb58f86d750a 100644
|
| --- a/chrome/browser/extensions/api/tab_capture/offscreen_presentation.cc
|
| +++ b/chrome/browser/extensions/api/tab_capture/offscreen_presentation.cc
|
| @@ -307,8 +307,10 @@ bool OffscreenPresentation::CanDragEnter(
|
|
|
| bool OffscreenPresentation::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,
|
| + int32 surface_id,
|
| WindowContainerType window_container_type,
|
| const std::string& frame_name,
|
| const GURL& target_url,
|
|
|