Index: third_party/WebKit/Source/modules/vr/VRDisplay.idl |
diff --git a/third_party/WebKit/Source/modules/vr/VRDisplay.idl b/third_party/WebKit/Source/modules/vr/VRDisplay.idl |
index 1d6fca88215700ece998479b0dd262fc21fe3307..4add31bb2c29fa59dc088c21376553dacfd0c685 100644 |
--- a/third_party/WebKit/Source/modules/vr/VRDisplay.idl |
+++ b/third_party/WebKit/Source/modules/vr/VRDisplay.idl |
@@ -19,7 +19,6 @@ enum VREye { |
// A user-readable name identifying the device. |
[MeasureAs=VRDisplayDisplayName] readonly attribute DOMString displayName; |
- [MeasureAs=VRDisplayIsConnected] readonly attribute boolean isConnected; |
readonly attribute boolean isPresenting; |
// [Constant]? |
@@ -28,8 +27,6 @@ enum VREye { |
readonly attribute VRStageParameters stageParameters; |
boolean getFrameData(VRFrameData frameData); |
- [DeprecateAs=VRDeprecatedGetPose] VRPose getPose(); |
- [MeasureAs=VRDisplayResetPose] void resetPose(); |
attribute double depthNear; |
attribute double depthFar; |