| Index: content/public/browser/presentation_session.cc
|
| diff --git a/content/public/browser/presentation_session.cc b/content/public/browser/presentation_session.cc
|
| index ceca42d9f895fd37093852e491022a92650c13af..beb39698f2f16a0b67a912d465fe6582c25945b2 100644
|
| --- a/content/public/browser/presentation_session.cc
|
| +++ b/content/public/browser/presentation_session.cc
|
| @@ -8,8 +8,11 @@ namespace content {
|
|
|
| PresentationSessionInfo::PresentationSessionInfo(
|
| const GURL& presentation_url,
|
| - const std::string& presentation_id)
|
| - : presentation_url(presentation_url), presentation_id(presentation_id) {}
|
| + const std::string& presentation_id,
|
| + bool is_offscreen)
|
| + : presentation_url(presentation_url),
|
| + presentation_id(presentation_id),
|
| + is_offscreen(is_offscreen) {}
|
|
|
| PresentationSessionInfo::~PresentationSessionInfo() {
|
| }
|
|
|