| Index: chrome/browser/android/vr_shell/ui_scene_manager.h
|
| diff --git a/chrome/browser/android/vr_shell/ui_scene_manager.h b/chrome/browser/android/vr_shell/ui_scene_manager.h
|
| index 6a0cec9b7de630ae59e97a81ad783042f03ff609..64cc11a4b0e27edc8479bf099e37c49b8f42e311 100644
|
| --- a/chrome/browser/android/vr_shell/ui_scene_manager.h
|
| +++ b/chrome/browser/android/vr_shell/ui_scene_manager.h
|
| @@ -94,6 +94,9 @@ class UiSceneManager {
|
| bool secure_origin_ = false;
|
| bool fullscreen_ = false;
|
| bool is_exiting_ = false;
|
| + bool audio_capturing_ = false;
|
| + bool video_capturing_ = false;
|
| + bool screen_capturing_ = false;
|
|
|
| int next_available_id_ = 1;
|
|
|
|
|