| Index: content/browser/presentation/presentation_type_converters.h
|
| diff --git a/content/browser/presentation/presentation_type_converters.h b/content/browser/presentation/presentation_type_converters.h
|
| index 9285dfae09ebb676389ee65fdfc7c1fee6c132c6..b622b60a3e201665bee397b827cae32b2527fd95 100644
|
| --- a/content/browser/presentation/presentation_type_converters.h
|
| +++ b/content/browser/presentation/presentation_type_converters.h
|
| @@ -33,6 +33,7 @@ struct TypeConverter<blink::mojom::PresentationSessionInfoPtr,
|
| blink::mojom::PresentationSessionInfo::New());
|
| output->url = input.presentation_url;
|
| output->id = input.presentation_id;
|
| + output->is_offscreen = input.is_offscreen;
|
| return output;
|
| }
|
| };
|
|
|