| 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 af955c5091b8593e17a0810ed81e71b42581ee3a..11fbfd4a06d799858affb2e7e4e71d6f38b022f4 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRDisplay.h
|
| +++ b/third_party/WebKit/Source/modules/vr/VRDisplay.h
|
| @@ -174,6 +174,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;
|
| bool m_reenteredFullscreen = false;
|
| double m_timebase = -1;
|
|
|