Skip to content

Commit 866ccc0

Browse files
chromium-wpt-export-botMahmoud Ahmed
and
Mahmoud Ahmed
authored
Remove XRSessionDeviceConfig.uses_input_eventing and related code (web-platform-tests#40530)
This commit removes the uses_input_eventing_ variable from the XRSessionDeviceConfig interface and all the code that relied on it. The XRSessionDeviceConfig.uses_input_eventing feature was originally added to support WMR but is no longer needed since no runtimes support it now. Bug: 1429644 Change-Id: I6d691f67e20d5f430169556b215e038c6b1c3173 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4604546 Quick-Run: Alexander Cooper <[email protected]> Reviewed-by: Alex Gough <[email protected]> Reviewed-by: Alexander Cooper <[email protected]> Commit-Queue: Alexander Cooper <[email protected]> Cr-Commit-Position: refs/heads/main@{#1157619} Co-authored-by: Mahmoud Ahmed <[email protected]>
1 parent 6f807d8 commit 866ccc0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

resources/chromium/webxr-test.js

-3
Original file line numberDiff line numberDiff line change
@@ -985,8 +985,6 @@ class MockRuntime {
985985
environmentProviderRequest.handle);
986986
}
987987

988-
setInputSourceButtonListener(listener) { listener.$.close(); }
989-
990988
// XREnvironmentIntegrationProvider implementation:
991989
subscribeToHitTest(nativeOriginInformation, entityTypes, ray) {
992990
if (!this.supportedModes_.includes(xrSessionMojom.XRSessionMode.kImmersiveAr)) {
@@ -1212,7 +1210,6 @@ class MockRuntime {
12121210
clientReceiver: clientReceiver,
12131211
enabledFeatures: enabled_features,
12141212
deviceConfig: {
1215-
usesInputEventing: false,
12161213
defaultFramebufferScale: this.defaultFramebufferScale_,
12171214
supportsViewportScaling: true,
12181215
depthConfiguration:

0 commit comments

Comments
 (0)