| 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 3eaa741699408cedf2b49202766a541a1dc3a1c8..9f0294aa909493671ac2b0cd1f7caa476a0e7962 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRDisplay.h
|
| +++ b/third_party/WebKit/Source/modules/vr/VRDisplay.h
|
| @@ -185,6 +185,7 @@ class VRDisplay final : public EventTargetWithInlineData,
|
| bool m_pendingRaf = false;
|
| bool m_pendingVsync = false;
|
| bool m_inAnimationFrame = false;
|
| + bool m_inDisplayActivate = false;
|
| bool m_displayBlurred = false;
|
| double m_timebase = -1;
|
| bool m_pendingPreviousFrameRender = false;
|
|
|