| 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 361e236577c2bbbd7b7a9929252f86686077e2db..9eb09997bed09ea8bbba0c7f5a1997d41eb4cb08 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.h
|
| @@ -222,6 +222,7 @@ class VrShell : public device::PresentingGvrDelegate,
|
| bool reprojected_rendering_;
|
|
|
| jobject content_surface_ = nullptr;
|
| + bool taken_surface_ = false;
|
| base::CancelableClosure poll_capturing_media_task_;
|
| bool is_capturing_audio_ = false;
|
| bool is_capturing_video_ = false;
|
|
|