| Index: content/browser/presentation/presentation_service_impl.cc
|
| diff --git a/content/browser/presentation/presentation_service_impl.cc b/content/browser/presentation/presentation_service_impl.cc
|
| index d9e82b83bd95480fcaea012738f4c985aeea0e47..ac7ff1700573c2c63253e8f6ad7cf46d596d32ac 100644
|
| --- a/content/browser/presentation/presentation_service_impl.cc
|
| +++ b/content/browser/presentation/presentation_service_impl.cc
|
| @@ -472,7 +472,7 @@
|
| if (!controller_delegate_)
|
| return;
|
|
|
| - controller_delegate_->ConnectToPresentation(
|
| + controller_delegate_->ConnectToOffscreenPresentation(
|
| render_process_id_, render_frame_id_, session_info,
|
| std::move(controller_connection_ptr),
|
| std::move(receiver_connection_request));
|
|
|