| Index: chrome/browser/android/vr_shell/vr_shell.h
|
| diff --git a/chrome/browser/android/vr_shell/vr_shell.h b/chrome/browser/android/vr_shell/vr_shell.h
|
| index d1d430702481d436ba3d14317494a3b80ff1f4c4..0ae8e481a7a1c2bcce70b001a78388bbe583cb72 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.h
|
| @@ -236,6 +236,9 @@ class VrShell : public device::PresentingGvrDelegate,
|
| jobject content_surface_ = nullptr;
|
| bool taken_surface_ = false;
|
| base::CancelableClosure poll_capturing_media_task_;
|
| + bool is_capturing_audio_ = false;
|
| + bool is_capturing_video_ = false;
|
| + bool is_capturing_screen_ = false;
|
|
|
| // TODO(mthiesse): Remove the need for this to be stored here.
|
| // crbug.com/674594
|
|
|