Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(954)

Unified Diff: third_party/WebKit/Source/modules/vr/VRDisplay.idl

Issue 2777903008: Removed deprecated WebVR functionality (Closed)
Patch Set: Another test re-baseline Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRDisplay.cpp ('k') | third_party/WebKit/Source/modules/vr/VRDisplayCapabilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698