| 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 3898ce1fa6524abfaa6b2edcc7294fc4dfbab6c2..5dd0a823d88180273816ff31e326e8bf6bfdf498 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRDisplay.h
|
| +++ b/third_party/WebKit/Source/modules/vr/VRDisplay.h
|
| @@ -84,8 +84,14 @@ protected:
|
| VRDisplay(NavigatorVR*);
|
|
|
| void update(const device::blink::VRDisplayPtr&);
|
| +
|
| void updatePose();
|
|
|
| + void beginPresent(ScriptPromiseResolver*);
|
| + void forceExitPresent();
|
| +
|
| + void updateLayerBounds();
|
| +
|
| VRController* controller();
|
|
|
| private:
|
|
|