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

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2055943002: Move WebVR feature out of experimental (to off-by-default). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update global-interface-listing-expected.txt Created 4 years, 6 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index 9638722e96c85f6f58aad8323e390d287a260c26..4145ef03e0f7b8bf44d062e0c63cf4ea553f9f23 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -3917,7 +3917,6 @@ interface Navigator
method getBattery
method getGamepads
method getInstalledRelatedApps
- method getVRDisplays
method isProtocolHandlerRegistered
method javaEnabled
method registerProtocolHandler
@@ -6329,67 +6328,6 @@ interface USBOutTransferResult
getter bytesWritten
getter status
method constructor
-interface VRDisplay
- attribute @@toStringTag
- getter capabilities
- getter displayId
- getter displayName
- getter isConnected
- getter isPresenting
- getter stageParameters
- method cancelAnimationFrame
- method constructor
- method exitPresent
- method getEyeParameters
- method getImmediatePose
- method getLayers
- method getPose
- method requestAnimationFrame
- method requestPresent
- method resetPose
- method submitFrame
-interface VRDisplayCapabilities
- attribute @@toStringTag
- getter canPresent
- getter hasExternalDisplay
- getter hasOrientation
- getter hasPosition
- getter maxLayers
- method constructor
-interface VREyeParameters
- attribute @@toStringTag
- getter fieldOfView
- getter offset
- getter renderHeight
- getter renderWidth
- method constructor
-interface VRFieldOfView
- attribute @@toStringTag
- getter downDegrees
- getter leftDegrees
- getter rightDegrees
- getter upDegrees
- method constructor
- setter downDegrees
- setter leftDegrees
- setter rightDegrees
- setter upDegrees
-interface VRPose
- attribute @@toStringTag
- getter angularAcceleration
- getter angularVelocity
- getter linearAcceleration
- getter linearVelocity
- getter orientation
- getter position
- getter timeStamp
- method constructor
-interface VRStageParameters
- attribute @@toStringTag
- getter sittingToStandingTransform
- getter sizeX
- getter sizeZ
- method constructor
interface VTTCue : TextTrackCue
attribute @@toStringTag
getter align
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698