| Index: third_party/WebKit/Source/modules/vr/VRDisplay.h
|
| diff --git a/third_party/WebKit/Source/modules/vr/VRDisplay.h b/third_party/WebKit/Source/modules/vr/VRDisplay.h
|
| index 8585d972950d1964198d08dcea14feff7c754a74..f40e7af7975c4b18a3a892f574122e9b26a96489 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRDisplay.h
|
| +++ b/third_party/WebKit/Source/modules/vr/VRDisplay.h
|
| @@ -191,6 +191,7 @@ class VRDisplay final : public EventTargetWithInlineData,
|
| double m_timebase = -1;
|
| bool m_pendingPreviousFrameRender = false;
|
| bool m_pendingSubmitFrame = false;
|
| + bool m_VSyncConnectionFailed = false;
|
|
|
| device::mojom::blink::VRDisplayPtr m_display;
|
|
|
|
|