| 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 fad4cb7548792cb252bcffd845ef6e576e7dd36e..ee60f0e7bd5f76cfb04bbab068ba2b329cd6f268 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRDisplay.h
|
| +++ b/third_party/WebKit/Source/modules/vr/VRDisplay.h
|
| @@ -113,6 +113,8 @@ class VRDisplay final : public GarbageCollectedFinalized<VRDisplay>,
|
| double m_depthFar;
|
|
|
| Timer<VRDisplay> m_fullscreenCheckTimer;
|
| + gpu::gles2::GLES2Interface* m_contextGL;
|
| + Member<WebGLRenderingContextBase> m_renderingContext;
|
| };
|
|
|
| using VRDisplayVector = HeapVector<Member<VRDisplay>>;
|
|
|