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